mozcoreconf-v6: drop the double filter-flags that I introduced!!

Closes: https://bugs.gentoo.org/681438

Signed-off-by: Jory Pratt <anarchy@gentoo.org>
This commit is contained in:
Jory Pratt
2019-07-17 20:49:21 -05:00
parent cf29bfea14
commit 4b1b9bbd44

View File

@@ -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