Bootstrap with -O3 in cmake (#23147)
This commit is contained in:
parent
ce664f6f5f
commit
fef05621a7
@ -228,6 +228,8 @@ def flag_handler(self, name, flags):
|
|||||||
def bootstrap_args(self):
|
def bootstrap_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
args = [
|
args = [
|
||||||
|
'CFLAGS=-O3',
|
||||||
|
'CXXFLAGS=-O3',
|
||||||
'--prefix={0}'.format(self.prefix),
|
'--prefix={0}'.format(self.prefix),
|
||||||
'--parallel={0}'.format(make_jobs)
|
'--parallel={0}'.format(make_jobs)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user