Adrian Schröter 2019-02-05 08:08:45 +00:00 committed by Git OBS Bridge
parent 3092e454fe
commit d94dc33f55

View File

@ -108,8 +108,8 @@ cd build
# CPU doesn't have NEON, e.g. NVIDIA Tegra 2.
# So, we still set -mfpu=neon when build libvpx rpm, but also enable
# runtime-cpu-detect for runtime detect NEON.
export CFLAGS="%optflags"
export CXXFLAGS="%optflags"
export CFLAGS="%optflags -O3"
export CXXFLAGS="%optflags -O3"
../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \