2024-06-25 14:41:12 -05:00
|
|
|
--fmt - format all source files
|
2024-09-28 14:56:39 -05:00
|
|
|
--fmt-stdout - dont write the formatted file but print it
|
2024-09-28 08:13:32 -05:00
|
|
|
--dump-asm - output assembly instead of raw code, (the assembly is more for debugging the compiler)
|
2024-07-08 04:00:35 -05:00
|
|
|
--threads <1...> - number of threads compiler can use [default: 1]
|
2024-10-22 05:50:54 -05:00
|
|
|
--optimize - compile with optimizing compiler (dangerose)
|