holey-bytes/lang/command-help.txt
2024-10-22 12:50:54 +02:00

6 lines
315 B
Plaintext

--fmt - format all source files
--fmt-stdout - dont write the formatted file but print it
--dump-asm - output assembly instead of raw code, (the assembly is more for debugging the compiler)
--threads <1...> - number of threads compiler can use [default: 1]
--optimize - compile with optimizing compiler (dangerose)