commit | be36ff68854c86247fdc769c0eaa89eb284b5ca7 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Apr 29 17:13:24 2004 +0000 |
committer | rsc <devnull@localhost> | Thu Apr 29 17:13:24 2004 +0000 |
tree | a523e17071eb0e3088f906446b158b3d184b77fe | |
parent | 3d72637f9b4c42b1fc9b7d95d278ea3dd65c748d [diff] [blame] |
add -W to specify window size. various other little fixes.
diff --git a/bin/9c b/bin/9c index 9129315..41624f1 100755 --- a/bin/9c +++ b/bin/9c
@@ -12,7 +12,10 @@ -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" }