drop the -g workaround for s390x

This commit is contained in:
Dan Horák 2012-09-14 17:36:12 +02:00
parent cf08b543c3
commit 80709051d5

View File

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