summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2020-04-09 20:54:44 -1000
committerSam Bingner <sam@bingner.com>2020-04-11 01:15:37 -1000
commit4e1368b1b4d929681d8dc69c2eb7ba752786ec0f (patch)
treee4b5a782d3007ff00d2a151c053183df3c24d418
parent35ef645dbc9d303315c0200686b5fa18dad9bfbe (diff)
This flag should not have been removed
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 17f8b11..9638031 100644
--- a/makefile
+++ b/makefile
@@ -35,7 +35,7 @@ endif
cycc += -include system.h
cycc += -fmessage-length=0
-cycc += -O2
+cycc += -gfull -O2
cycc += -fvisibility=hidden
link += -Wl,-dead_strip