This commit is contained in:
Araq
2015-03-12 12:17:08 +01:00
parent 0a0126d49a
commit aa175e9e57
3 changed files with 339 additions and 336 deletions

View File

@@ -29,6 +29,7 @@ Options:
--infChecks:on|off turn Inf checks on|off
--deadCodeElim:on|off whole program dead code elimination on|off
--opt:none|speed|size optimize not at all or for speed|size
Note: use -d:release for a release build!
--debugger:native|endb use native debugger (gdb) | ENDB (experimental)
--app:console|gui|lib|staticlib
generate a console app|GUI app|DLL|static library