Petr Gajdos 2019-01-29 08:09:10 +00:00 committed by Git OBS Bridge
parent 774495c1ae
commit b7377afde8

View File

@ -105,7 +105,7 @@ PNG files.
export CFLAGS="%{optflags} -O3 -DPNG_SAFE_LIMITS_SUPPORTED -DPNG_SKIP_SETJMP_CHECK $(getconf LFS_CFLAGS)" export CFLAGS="%{optflags} -O3 -DPNG_SAFE_LIMITS_SUPPORTED -DPNG_SKIP_SETJMP_CHECK $(getconf LFS_CFLAGS)"
export LDFLAGS="-Wl,-z,relro,-z,now" export LDFLAGS="-Wl,-z,relro,-z,now"
%if %{debug_build} %if %{debug_build}
export CFLAGS="$CFLAGS -O0" export CFLAGS="$CFLAGS -Og"
%endif %endif
%configure \ %configure \
--disable-static --disable-static