mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
...
This commit is contained in:
2
setup.py
2
setup.py
@@ -1100,7 +1100,7 @@ def build_launcher(args: Options, launcher_dir: str = '.', bundle_type: str = 's
|
|||||||
sanitize_args = get_sanitize_args(env.cc, env.ccver)
|
sanitize_args = get_sanitize_args(env.cc, env.ccver)
|
||||||
cflags.extend(sanitize_args)
|
cflags.extend(sanitize_args)
|
||||||
ldflags.extend(sanitize_args)
|
ldflags.extend(sanitize_args)
|
||||||
libs += ['-lasan'] if is_gcc(env.cc) and not is_macos else []
|
libs += ['-lasan'] if not is_macos and is_gcc(env.cc) else []
|
||||||
else:
|
else:
|
||||||
cflags.append('-g')
|
cflags.append('-g')
|
||||||
if args.profile:
|
if args.profile:
|
||||||
|
|||||||
Reference in New Issue
Block a user