From 5053b38f9492e2bf87750cb5a05ce8b5ab176971 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Fri, 10 Aug 2007 10:30:05 +0000 Subject: + 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 --- deque/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deque') diff --git a/deque/configure.in b/deque/configure.in index ae69a12..df53e9d 100644 --- a/deque/configure.in +++ b/deque/configure.in @@ -157,7 +157,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 -- cgit v1.2.1