mr_bones_ 14/07/02 05:48:27 Added: d2x-rebirth-0.58.1-flags.patch Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch?rev=1.1&content-type=text/plain Index: d2x-rebirth-0.58.1-flags.patch =================================================================== --- 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):