diff options
Diffstat (limited to 'sprinkler/configure')
-rwxr-xr-x | sprinkler/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sprinkler/configure b/sprinkler/configure index ac83544..46e212b 100755 --- a/sprinkler/configure +++ b/sprinkler/configure @@ -3580,7 +3580,8 @@ then LFLAGS="-export_dynamic -shared" if test "$DEBUG" = "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" - OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" + #OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" + OFLAGS="-O2 -pipe" else OFLAGS="-g" fi |