--enable-debug does not exist anymore

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=100
This commit is contained in:
Adrian Schröter 2019-02-11 07:02:39 +00:00 committed by Git OBS Bridge
parent 1265aa35f3
commit 0785fff468
2 changed files with 0 additions and 8 deletions

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Feb 11 07:54:46 UTC 2019 - Adrian Schröter <adrian@suse.de>
- remove --enable-debug switch boo#1124521
(disabling exceptions)
-------------------------------------------------------------------
Tue Feb 5 07:37:48 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@ -130,8 +130,6 @@ export CXXFLAGS="%optflags -O3"
%endif
--extra-cflags="-std=gnu99 -U_FORTIFY_SOURCE %{optflags}" \
--extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
--enable-pic
# --enable-debug got removed because it can cause crashes boo#1124521
# size-limit to avoid CVE-2017-0641 DoS attacks. The limit is the
# 8K Fulldome resolution and should be enough for all current use cases
# bso#1056539