forked from pool/MozillaFirefox
This commit is contained in:
parent
fd45b34aba
commit
43013532ef
@ -292,7 +292,10 @@ export MOZILLA_OFFICIAL=1
|
||||
export BUILD_OFFICIAL=1
|
||||
export MOZ_TELEMETRY_REPORTING=1
|
||||
export MOZ_GOOGLE_API_KEY=%{_google_api_key}
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%ifarch %ix86
|
||||
export CFLAGS="${CFLAGS} -Os"
|
||||
%endif
|
||||
%ifarch %arm
|
||||
export CFLAGS="${CFLAGS/-g / }"
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user