A C compiler targetting x86_64-unknown-linux-gnu.
Currently, the compiler should be built natively with cargo
,
using cargo run
or
cargo build --release
and finding the binary in build/release
.
On invocation, you can see a list of options and flags to use with the CLI.