1diff -Naur atasm109-old/src/Makefile atasm109-new/src/Makefile
2--- atasm109-old/src/Makefile 2021-09-08 09:53:25.581598063 -0300
3+++ atasm109-new/src/Makefile 2021-09-08 09:55:20.366131338 -0300
4@@ -16,8 +16,8 @@
5 UNIX = -DUNIX
6
7 # Compiler flags, if you are using egcs, pgcs, or gcc >2.8.1 use:
8-#CFLAGS = -g -Wall $(USEZ) $(DOS) $(UNIX) $(ARCH)
9-CFLAGS = -Wall $(USEZ) $(DOS) $(UNIX) -O3 -fomit-frame-pointer $(ARCH)
10+CFLAGS = -g -Wall $(USEZ) $(DOS) $(UNIX) $(ARCH)
11+#CFLAGS = -Wall $(USEZ) $(DOS) $(UNIX) -O3 -fomit-frame-pointer $(ARCH)
12
13 L = $(ZLIB)
14 CC = gcc