Stop overriding optimization flags

epel9
Benjamin A. Beasley 4 years ago
parent 60510f3549
commit 21a9af62dc

@ -106,6 +106,9 @@ cp -vp misc/vim/README.md README-vim.md
# On EPEL7, we would have to work around the missing py3_shebang_fix macro, but
# the package would not build anyway because it requires C++17 support.
# Stop overriding optimization flags
sed -r -i '/.append(.-O3.)/d' build/gen.py
%build
# We need to set CC and CXX explicitly before Fedora 33, including on the EPELs.
@ -202,6 +205,7 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
%changelog
* Wed Jun 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1920-1.20210623gitd924640c
- Update to version 1920
- Stop overriding optimization flags
* Tue Jun 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1919-1.20210622gite9b84332
- Update to version 1919

Loading…
Cancel
Save