[intel/portage] use -g inst. of -ggdb with www-client/chromium
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
#CFLAGS="-O2 -march=x86-64 -pipe -ggdb"
|
||||
CFLAGS="-O2 -march=x86-64 -pipe -g"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#CFLAGS="-O2 -march=i686 -pipe -ggdb"
|
||||
CFLAGS="-O2 -march=i686 -pipe -g"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user