forked from AbleOS/holey-bytes
5 lines
257 B
Plaintext
5 lines
257 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]
|