mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
common: add --configure to make configure optional on build
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user