diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-19 22:06:19 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-19 22:06:19 +0000 |
commit | 7124543ce484182e5d1cc244fabe4da18352bda5 (patch) | |
tree | 964d8d71550eae97545392c51f389c3613b17f9e /games-fps/urbanterror | |
parent | version bump (diff) | |
download | gentoo-2-7124543ce484182e5d1cc244fabe4da18352bda5.tar.gz gentoo-2-7124543ce484182e5d1cc244fabe4da18352bda5.tar.bz2 gentoo-2-7124543ce484182e5d1cc244fabe4da18352bda5.zip |
don't add aggressive optimizations to debug build
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-fps/urbanterror')
-rw-r--r-- | games-fps/urbanterror/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/urbanterror/files/urbanterror-4.2.002-build.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-fps/urbanterror/ChangeLog b/games-fps/urbanterror/ChangeLog index 5bd4ad390d63..ca8a8d30810c 100644 --- a/games-fps/urbanterror/ChangeLog +++ b/games-fps/urbanterror/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/urbanterror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.7 2012/10/12 14:48:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.8 2012/10/19 22:06:19 hasufell Exp $ + + 19 Oct 2012; Julian Ospald <hasufell@gentoo.org> + files/urbanterror-4.2.002-build.patch: + don't add aggressive optimizations to debug build *urbanterror-4.2.002 (12 Oct 2012) diff --git a/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch b/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch index 7cc4623f9bd4..3ce09917e8f7 100644 --- a/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch +++ b/games-fps/urbanterror/files/urbanterror-4.2.002-build.patch @@ -37,7 +37,7 @@ endif - DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0 -+ DEBUG_CFLAGS = $(BASE_CFLAGS) $(OPTIMIZE) ++ DEBUG_CFLAGS = $(BASE_CFLAGS) RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE) |