You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch

11 lines
315 B

--- 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):