summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe7e9e5..4e204e2 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ tuxcmd::
debug: EXTRA_CFLAGS = -g -O-
debug: tuxcmd
+final_debug: EXTRA_CFLAGS = -g -O3
+final_debug: tuxcmd
kylix::
$(KYLIXPREFIX)/bin/dcc -DKYLIX -V -H -W -$$X+ -$$I+ -$$D+ -$$I+ -$$L+ -$$M+ -$$Q+ -$$R+ -$$W+ -$$Y+ \