1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-25 19:17:54 +00:00

Unify syntax of command-line switches

This commit is contained in:
Karol Stasiak
2018-07-01 19:19:30 +02:00
parent 2b6315f15b
commit 35caae6d8b
6 changed files with 31 additions and 13 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ You may be also interested in the following:
* `-O`, `-O2`, `-O3`, `-O4` enable optimization (various levels)
* `--inline` automatically inline functions for better optimization
* `-finline` automatically inline functions for better optimization
* `--fipo` enable interprocedural optimization
* `-fipo` enable interprocedural optimization
* `-s` additionally generate assembly output