From 2df9f3500c949a452e08bfbd8f79d8c192c56fa6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Nov 2017 07:12:21 +0530 Subject: [PATCH] Build with --debug in update-on-ox --- update-on-ox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-on-ox b/update-on-ox index e4856c8d5..0ed9a83e3 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 --dont-strip') +run('./osx kitty --debug-build') run(f'scp build/osx/dist/{dmg} ox:/tmp') run(f'ssh ox /Users/kovid/install-dmg /tmp/{dmg}')