projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf29bfe
)
mozcoreconf-v6: drop the double filter-flags that I introduced!!
author
Jory Pratt
<anarchy@gentoo.org>
Thu, 18 Jul 2019 01:49:21 +0000
(20:49 -0500)
committer
Jory Pratt
<anarchy@gentoo.org>
Thu, 18 Jul 2019 01:49:21 +0000
(20:49 -0500)
Closes: https://bugs.gentoo.org/681438
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
eclass/mozcoreconf-v6.eclass
patch
|
blob
|
history
diff --git
a/eclass/mozcoreconf-v6.eclass
b/eclass/mozcoreconf-v6.eclass
index 074b2da9f6a6c9c568255eb3f47df12a3e286539..b5c3537eaf4d5cb145bc22285e69919d32751a74 100644
(file)
--- a/
eclass/mozcoreconf-v6.eclass
+++ b/
eclass/mozcoreconf-v6.eclass
@@
-198,8
+198,6
@@
mozconfig_init() {
# Strip optimization so it does not end up in compile string
filter-flags '-O*'
- filter-flags '-O*'
-
if is-flagq '-g*' ; then
mozconfig_annotate 'elf-hack broken with -g* flags' --disable-elf-hack
fi