mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-11 18:32:12 +02:00
Make incremental building the default
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user