pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] [pingus] push by address@hidden - Use -O2 by default on 201


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Use -O2 by default on 2011-12-23 18:49 GMT
Date: Fri, 23 Dec 2011 18:50:46 +0000

Revision: 031b51042973
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Dec 23 08:38:15 2011
Log:      Use -O2 by default

http://code.google.com/p/pingus/source/detail?r=031b51042973

Modified:
 /SConscript

=======================================
--- /SConscript Mon Oct 17 19:09:24 2011
+++ /SConscript Fri Dec 23 08:38:15 2011
@@ -97,7 +97,7 @@
         self.opts.Add('CPPDEFINES', 'defined constants', [])
         self.opts.Add('LIBS',       'Additional libraries', [])
         self.opts.Add('CCFLAGS',    'C Compiler flags', [])
-        self.opts.Add('CXXFLAGS',   'C++ Compiler flags', [])
+        self.opts.Add('CXXFLAGS',   'C++ Compiler flags', ["-O2", "-s"])
         self.opts.Add('LINKFLAGS',  'Linker Compiler flags', [])

self.opts.Add(BoolVariable('with_opengl', 'Build with OpenGL support', True))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]