summaryrefslogtreecommitdiff
blob: 6da154555b350c0a36695a230bdae67bca6c7737 (plain)
1
2
3
4
5
6
7
8
9
10
--- SConstruct.orig	2014-07-02 01:37:25.546536553 -0400
+++ SConstruct	2014-07-02 01:39:26.564324558 -0400
@@ -220,7 +220,6 @@
 			env.Append(CPPFLAGS = ['-g'])
 		else:
 			env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
-			env.Append(CPPFLAGS = ['-O2'])
 
 		# profiler?
 		if (self.user_settings.profiler == 1):