Bootstrap with -O3 in cmake (#23147)

This commit is contained in:
Harmen Stoppels 2021-04-23 19:10:09 +02:00 committed by GitHub
parent ce664f6f5f
commit fef05621a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,6 +228,8 @@ 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)
]