diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
commit | 3cafdaacb4eed813ffe9ddeafd9a74980fe98d44 (patch) | |
tree | a60ffbb36d5b28f5a5e0f7df355820f7a1b5b072 /sprinkler/configure | |
parent | 4c6be2273be534730cfe548099f4f8d2ac79dd49 (diff) |
+ added autotools-generated files (for auto-builds)
svn path=/trunk/externals/moocow/; revision=10580
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 |