forked from AbleOS/holey-bytes
updating commandline help
This commit is contained in:
parent
849e842336
commit
ca8497550a
|
@ -1,5 +1,4 @@
|
|||
--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)
|
||||
--fmt - format all imported 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 extra threads compiler can use [default: 0]
|
||||
|
|
Loading…
Reference in a new issue