aboutsummaryrefslogtreecommitdiff
path: root/weightmap
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-10 10:30:05 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-10 10:30:05 +0000
commit5053b38f9492e2bf87750cb5a05ce8b5ab176971 (patch)
treeba6e7eeb578ad4aaed5f7c11af783566a9cbedf6 /weightmap
parentfa3b0da8bcb13d58101dc99f8dc71458738ea10f (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/; revision=8503
Diffstat (limited to 'weightmap')
-rw-r--r--weightmap/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/weightmap/configure.in b/weightmap/configure.in
index 1f472dc..bb9c086 100644
--- a/weightmap/configure.in
+++ b/weightmap/configure.in
@@ -153,7 +153,7 @@ then
LFLAGS="-export_dynamic -shared"
if test "$DEBUG" == "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
- OFLAGS="-O6 -funroll-loops -fomit-frame-pointer"
+ OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
OFLAGS="-g"
fi