updating commandline help

This commit is contained in:
Jakub Doka 2024-10-27 19:02:13 +01:00
parent 849e842336
commit ca8497550a
No known key found for this signature in database
GPG key ID: C6E9A89936B8C143

View file

@ -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]