common: add --configure to make configure optional on build

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-12-27 00:00:00 +00:00
parent ae17a79bba
commit e9b0450461
2 changed files with 20 additions and 12 deletions

View File

@@ -1588,6 +1588,12 @@ Pass the given compiler flags to all languages (C, C++, Fortran, etc.)
'default': False,
"help": '''\
Force rebuild even if sources didn't change.
''',
},
'--configure': {
'default': True,
"help": '''\
Also run the configuration step during build.
''',
},
'--optimization-level': {