Just this for a while
authorDavid Griffith <dave@661.org>
Fri, 20 Dec 2013 07:26:04 +0000 (23:26 -0800)
committerDavid Griffith <dave@661.org>
Fri, 20 Dec 2013 07:26:04 +0000 (23:26 -0800)
Makefile

index 9d32466047da6d9685f880aec6db05903de5bb7f..eb9eb8e7ed3256d57768195043c5670e9363dd7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ CC = gcc
 # These are good for regular use.
 #OPTS = -O2 -fomit-frame-pointer -falign-functions=2 -falign-loops=2 -falign-jumps=2
 # These are handy for debugging.
-OPTS = -O2 -g -Wall
+#OPTS = -g -Wall
+OPTS = -g
 
 # Define where you want Frotz installed (typically /usr/local).
 #