1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +00:00

Better tracking of the original source

This commit is contained in:
Karol Stasiak
2018-12-17 00:35:32 +01:00
parent 4fb786522d
commit 8fcf628c8f
17 changed files with 126 additions and 52 deletions
+2
View File
@@ -49,6 +49,8 @@ Choose syntax for assembly output on 8080-like targets.
* `-fline-numbers`, `-fno-line-numbers` Whether should show source line numbers in assembly output.
* `-fline-numbers`, `-fno-line-numbers` Whether should show the original source in assembly output. Implies `-fline-numbers`
## Verbosity options
* `-q` Suppress all messages except for errors.