Revert "Bootstrap with -O3 in cmake (#23147)" (#24174)

This reverts commit fef05621a7.
This commit is contained in:
Harmen Stoppels 2021-06-07 11:37:22 +02:00 committed by GitHub
parent f07be01fa8
commit b17046723d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,8 +230,6 @@ def flag_handler(self, name, flags):
def bootstrap_args(self):
spec = self.spec
args = [
'CFLAGS=-O3',
'CXXFLAGS=-O3',
'--prefix={0}'.format(self.prefix),
'--parallel={0}'.format(make_jobs)
]