Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428fd50
)
Just this for a while
author
David Griffith
<dave@661.org>
Fri, 20 Dec 2013 07:26:04 +0000
(23:26 -0800)
committer
David Griffith
<dave@661.org>
Fri, 20 Dec 2013 07:26:04 +0000
(23:26 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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).
#