bin/9c, bin/9l: Re-enable optimization on AIX.
This commit is contained in:
parent
70cc6e5ba7
commit
6c4260fc67
2 changed files with 3 additions and 3 deletions
2
bin/9l
2
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"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue