[intel/portage] use -g inst. of -ggdb with www-client/chromium

This commit is contained in:
Sławomir Nizio
2013-02-28 23:33:18 +01:00
parent 8de3575578
commit 7f81bb7097
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#CFLAGS="-O2 -march=x86-64 -pipe -ggdb"
CFLAGS="-O2 -march=x86-64 -pipe -g"
CXXFLAGS="${CFLAGS}"
+3
View File
@@ -0,0 +1,3 @@
#CFLAGS="-O2 -march=i686 -pipe -ggdb"
CFLAGS="-O2 -march=i686 -pipe -g"
CXXFLAGS="${CFLAGS}"
+3
View File
@@ -155,3 +155,6 @@ x11-terms/aterm hardened.conf
x11-terms/mrxvt hardened.conf
x11-wm/enlightenment hardened.conf
# Use -g instead of -ggdb
# be careful - the file is arch specific!
www-client/chromium noggdb.amd64.conf
+3
View File
@@ -158,3 +158,6 @@ x11-terms/aterm hardened.conf
x11-terms/mrxvt hardened.conf
x11-wm/enlightenment hardened.conf
# Use -g instead of -ggdb
# be careful - the file is arch specific!
www-client/chromium noggdb.x86.conf