From de6967df0d6f370356eb198ace106e4d415ee7fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 8 Nov 2017 15:56:09 +0530 Subject: [PATCH] Dont strip symbols when updating on ox --- update-on-ox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-on-ox b/update-on-ox index 46aa73dfe..e4856c8d5 100755 --- a/update-on-ox +++ b/update-on-ox @@ -22,6 +22,6 @@ def run(what): os.chdir(os.path.expanduser('~/work/build-kitty')) -run('./osx kitty') +run('./osx kitty --dont-strip') run(f'scp build/osx/dist/{dmg} ox:/tmp') run(f'ssh ox /Users/kovid/install-dmg /tmp/{dmg}')