diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-10 10:30:05 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-10 10:30:05 +0000 |
commit | 95b42a4f8434d1970266b3a86d319856049121ab (patch) | |
tree | ee4731b295333f9e5ecc6416c39c6fad0eaa5831 | |
parent | d6a01a735cf5d4c424c9d846a338e13634ed9ea1 (diff) |
+ updated extended/Makefile
- hopefully fixes build failures on mingw32_nt-5.1_windowsxp-i386
+ updated default linux optimization flags in */configure.in
svn path=/trunk/externals/moocow/pdstring/; revision=8503
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 484e9da..d1f8f1a 100644 --- a/configure.in +++ b/configure.in @@ -184,7 +184,7 @@ then if test "$DEBUG" == "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" #OFLAGS="-O2 -funroll-loops -fomit-frame-pointer" - OFLAGS="-O2" + OFLAGS="-O2 -pipe" else OFLAGS="-g" fi |