aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9c b/bin/9c
index 9129315b..41624f1d 100755
--- a/bin/9c
+++ b/bin/9c
@@ -12,7 +12,10 @@ usegcc()
-Wno-switch \
-Wno-comment \
-Wno-sign-compare \
+ -fno-omit-frame-pointer \
"
+ # want to put -fno-optimize-sibling-calls here but
+ # that option only works with gcc3+ it seems
cflags="$ngflags -ggdb"
}