From be36ff68854c86247fdc769c0eaa89eb284b5ca7 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 29 Apr 2004 17:13:24 +0000 Subject: add -W to specify window size. various other little fixes. --- bin/9c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/9c') 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" } -- cgit v1.2.3