diff options
| author | Ben Huntsman <ben@huntsmans.net> | 2021-08-29 13:36:30 -0700 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2021-08-30 19:40:49 -0400 |
| commit | 6c4260fc670a71ae13587ff7da64518e5295777b (patch) | |
| tree | f3e25757f546384b2009a88f568287fd59d3104c /bin/9c | |
| parent | 70cc6e5ba7798b315c3fb3aae19620a01604a459 (diff) | |
| download | plan9port-6c4260fc670a71ae13587ff7da64518e5295777b.tar.gz plan9port-6c4260fc670a71ae13587ff7da64518e5295777b.zip | |
bin/9c, bin/9l: Re-enable optimization on AIX.
Diffstat (limited to 'bin/9c')
| -rwxr-xr-x | bin/9c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ usexlc() cc=${CC9:-xlc_r} cflags=" \ -c \ - -O0 \ + -O2 \ -qmaxmem=-1 \ -qsuppress=1506-236 \ -qsuppress=1506-358 \ @@ -99,7 +99,7 @@ usexlc() -qsuppress=1506-1300 \ -qsuppress=1506-342 \ " - cflags="$cflags -g -qfullpath" + cflags="$cflags -g -qdbxextra -qfullpath" cflags="$cflags $CC9FLAGS" } |
