summaryrefslogtreecommitdiffstats
path: root/bin/9l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index abca55fc..d7c9e2dd 100755
--- a/bin/9l
+++ b/bin/9l
@@ -58,7 +58,7 @@ case "$tag" in
esac
;;
*AIX*)
- ld="${CC9:-xlc_r} -g -O0 $CC9FLAGS"
+ ld="${CC9:-xlc_r} $CC9FLAGS"
nmflags="-A -B"
;;
*)