clang
LLVM C compiler as a GCC alternative
Syntax
$clang [options] <input files>
Optionen
-o
-Wall
-O2
-std
Examples
Examples
$clang hello.c -o hello
Examples
$clang -Wall -O2 app.c -o app
Examples
$clang -std=c17 main.c -o main
Alternatives
Typical use cases
Note
Modern toolchain with excellent diagnostics and fast analysis.
Export