parent
8c5646b81b
commit
70125e0de5
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -662,7 +662,8 @@ def main():
|
|||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
if args.action == 'build':
|
||||
build(args)
|
||||
build_asan_launcher(args)
|
||||
if args.sanitize:
|
||||
build_asan_launcher(args)
|
||||
if args.profile:
|
||||
build_linux_launcher(args)
|
||||
print('kitty profile executable is', 'kitty-profile')
|
||||
|
|
|
|||
Loading…
Reference in a new issue