Correctly stop overriding optimization flags

epel8
Benjamin A. Beasley 3 years ago
parent 43cd4a0a65
commit 67c353ac34

@ -101,9 +101,6 @@ cp -vp misc/vim/README.md README-vim.md
# Fix shebangs in examples and such. # Fix shebangs in examples and such.
%py3_shebang_fix . %py3_shebang_fix .
# Stop overriding optimization flags
sed -r -i '/.append(.-O3.)/d' build/gen.py
%build %build
# We need to set CC and CXX explicitly before Fedora 33, including on the EPELs. # We need to set CC and CXX explicitly before Fedora 33, including on the EPELs.

Loading…
Cancel
Save