drop the -g workaround for s390x
This commit is contained in:
parent
cf08b543c3
commit
80709051d5
@ -214,7 +214,7 @@ MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
|
||||
%if %{?debug_build}
|
||||
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
%ifarch s390
|
||||
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1')
|
||||
%endif
|
||||
%ifarch s390 %{arm} ppc
|
||||
|
Loading…
Reference in New Issue
Block a user