From 67c353ac34ae0bc132e8263cf697f79f20037ce4 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 27 Sep 2021 16:01:14 -0400 Subject: [PATCH] Correctly stop overriding optimization flags --- gn.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/gn.spec b/gn.spec index 536131c..85b5b20 100644 --- a/gn.spec +++ b/gn.spec @@ -101,9 +101,6 @@ cp -vp misc/vim/README.md README-vim.md # Fix shebangs in examples and such. %py3_shebang_fix . -# 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.