Get rid of debug symbols from linux-launcher
This commit is contained in:
parent
b881e8a71d
commit
261cd576c1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -197,7 +197,7 @@ def src_ignore(parent, entries):
|
|||
os.chmod(path, 0o755 if f.endswith('.so') else 0o644)
|
||||
launcher_dir = os.path.join(ddir, 'bin')
|
||||
safe_makedirs(launcher_dir)
|
||||
run_tool([cc, '-ggdb', 'linux-launcher.c', '-o', os.path.join(launcher_dir, 'kitty')])
|
||||
run_tool([cc, '-O3', 'linux-launcher.c', '-o', os.path.join(launcher_dir, 'kitty')])
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in a new issue