[gcompris/gcomprixogoo] Added -O2 flag instead of debug on Windows compilation chain by default.



commit bab9d930f7e00d63ed14ee743909d51435a61712
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Mon Nov 1 00:18:17 2010 +0100

    Added -O2 flag instead of debug on Windows compilation chain by default.

 global_win32.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/global_win32.mak b/global_win32.mak
index affb056..216af7d 100644
--- a/global_win32.mak
+++ b/global_win32.mak
@@ -27,7 +27,7 @@ endif
 # Use -g flag when building debug version of Gcompris (including plugins).
 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
 # (gcc 2.95)
-CFLAGS += -g -Wall -mno-cygwin -mms-bitfields
+CFLAGS += -O2 -Wall -mno-cygwin -mms-bitfields
 LDFLAGS = -mwindows
 
 # If not specified, dlls are built with the default base address of 0x10000000.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]