Wolfgang Rosenauer 2023-08-02 18:35:36 +00:00 committed by Git OBS Bridge
parent 3ff5039aac
commit 129cf94d23

View File

@ -399,8 +399,8 @@ export LDFLAGS="\$LDFLAGS -fPIC -Wl,-z,relro,-z,now"
%endif
%endif
%ifarch %ix86
# Not enough memory on 32-bit systems, reduce debug info.
export CFLAGS="\$CFLAGS -g1"
# Not enough memory on 32-bit systems, remove debug info.
export CFLAGS="\$CFLAGS -g0"
%endif
export CXXFLAGS="\$CFLAGS"
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig