From f08cf2e1c3cc8c8662281fe8f93e010da0bde254 Mon Sep 17 00:00:00 2001 From: spectranator Date: Mon, 29 Apr 2024 00:53:33 +0200 Subject: [PATCH] Don't include debug info (saves about 800 MB in size) --- onion.torzu_emu.torzu.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/onion.torzu_emu.torzu.json b/onion.torzu_emu.torzu.json index 11a4a19..d74bb9c 100644 --- a/onion.torzu_emu.torzu.json +++ b/onion.torzu_emu.torzu.json @@ -281,7 +281,9 @@ "-DENABLE_OPENGL=OFF" ] } - } + }, + "strip": true, + "no-debuginfo": true }, "cleanup": [ "/share/man",