games-board/freedoko: Drop old
[gentoo.git] / games-action / d2x-rebirth / files / d2x-rebirth-0.58.1-flags.patch
1 --- SConstruct.orig     2014-07-02 01:37:25.546536553 -0400
2 +++ SConstruct  2014-07-02 01:39:26.564324558 -0400
3 @@ -220,7 +220,6 @@
4                         env.Append(CPPFLAGS = ['-g'])
5                 else:
6                         env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
7 -                       env.Append(CPPFLAGS = ['-O2'])
8  
9                 # profiler?
10                 if (self.user_settings.profiler == 1):