diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 22:06:42 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 22:06:42 -0500 |
commit | 952e805d12e9a0d7b2fbaa26f06d189374275fd8 (patch) | |
tree | 54235e39bbc3da011dee9c5586db4b92ba1708dd /configure | |
parent | c267a95ca3ddfbd78f28b6ac69214e84ed431b07 (diff) | |
download | NetNuke2-952e805d12e9a0d7b2fbaa26f06d189374275fd8.tar.gz |
Reoptimize CFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2923,6 +2923,9 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_config_headers="$ac_config_headers config.h" +# Compile with safe optimizations and no debugging by default +CFLAGS="-Os" + # Check for programs. for ac_prog in gawk mawk nawk awk do |