aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/9c b/bin/9c
index 602d0289..871e6f66 100755
--- a/bin/9c
+++ b/bin/9c
@@ -19,7 +19,9 @@ usegcc()
tag="`uname`-`uname -m`-${CC9:-cc}"
case "$tag" in
*BSD*) usegcc ;;
-*Darwin*) usegcc ;;
+*Darwin*) usegcc
+ cflags=`echo $cflags|sed 's/-ggdb/-g3 -no-cpp-precomp/'`
+ ;;
*HP-UX*) cc=cc; cflags="-g -O -c -Ae" ;;
*Linux*) usegcc ;;
*OSF1*) cc=cc; cflags="-g -O -c" ;;