This reverts commit fef05621a7
.
This commit is contained in:
parent
f07be01fa8
commit
b17046723d
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ 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 a new issue