Make incremental building the default
This commit is contained in:
parent
a02fd8411a
commit
523c9ff0d1
9
setup.py
9
setup.py
@ -320,10 +320,11 @@ def option_parser():
|
||||
help='Where to create the linux package'
|
||||
)
|
||||
p.add_argument(
|
||||
'--incremental',
|
||||
default=False,
|
||||
action='store_true',
|
||||
help='Only build changed files'
|
||||
'--full',
|
||||
dest='incremental',
|
||||
default=True,
|
||||
action='store_false',
|
||||
help='Do a full build, even for unchanged files'
|
||||
)
|
||||
p.add_argument(
|
||||
'--profile',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user