Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/d2x-rebirth/files: d2x-rebirth-0.58.1-flags.patch
Date: Wed, 02 Jul 2014 05:48:31
Message-Id: 20140702054827.5F8822004F@flycatcher.gentoo.org
1 mr_bones_ 14/07/02 05:48:27
2
3 Added: d2x-rebirth-0.58.1-flags.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 games-action/d2x-rebirth/files/d2x-rebirth-0.58.1-flags.patch
11
12 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
13 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
14
15 Index: d2x-rebirth-0.58.1-flags.patch
16 ===================================================================
17 --- SConstruct.orig 2014-07-02 01:37:25.546536553 -0400
18 +++ SConstruct 2014-07-02 01:39:26.564324558 -0400
19 @@ -220,7 +220,6 @@
20 env.Append(CPPFLAGS = ['-g'])
21 else:
22 env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
23 - env.Append(CPPFLAGS = ['-O2'])
24
25 # profiler?
26 if (self.user_settings.profiler == 1):