summaryrefslogtreecommitdiffstats
path: root/bin/9l
diff options
context:
space:
mode:
authorBen Huntsman <ben@huntsmans.net>2021-08-29 13:36:30 -0700
committerDan Cross <crossd@gmail.com>2021-08-30 19:40:49 -0400
commit6c4260fc670a71ae13587ff7da64518e5295777b (patch)
treef3e25757f546384b2009a88f568287fd59d3104c /bin/9l
parent70cc6e5ba7798b315c3fb3aae19620a01604a459 (diff)
downloadplan9port-6c4260fc670a71ae13587ff7da64518e5295777b.tar.gz
plan9port-6c4260fc670a71ae13587ff7da64518e5295777b.zip
bin/9c, bin/9l: Re-enable optimization on AIX.
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"
;;
*)