forked from AbleOS/holey-bytes
6 lines
315 B
Plaintext
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)
|