From 5b376d80fcc153c3c2ddf835eb3bd5a55ab5a816 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 2 May 2018 20:44:57 -0400 Subject: strip debug symbols on Linux --- bin/build-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-dist') diff --git a/bin/build-dist b/bin/build-dist index ae4c12d6..4d73313a 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -39,7 +39,7 @@ if [ "$BUILD" = "windows" ]; then else # without the LD_LIBRARY_PATH, it seems that pyinstaller can't find all of # wxpython's shared libraries - LD_LIBRARY_PATH="${site_packages}/wx" pyinstaller $pyinstaller_args inkstitch.py; + LD_LIBRARY_PATH="${site_packages}/wx" pyinstaller $pyinstaller_args --strip inkstitch.py; fi # pyinstaller put a whole mess of libraries under dist/inkstitch. We'd like -- cgit v1.2.3