aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-11-13 12:20:43 +0100
committerGitHub Enterprise <[email protected]>2025-11-13 12:20:43 +0100
commitb6efb4f1988c57e16b3bd258a5a713be3f743e49 (patch)
tree8ffe1c8b81afc68d54b6ac72a301b1c68ce2505b /scripts/bundle.lua
parent5.7.9 (diff)
downloadzen-5.7.10-pre0.tar.xz
zen-5.7.10-pre0.zip
sentry/asan configuration tweaks (#649)v5.7.10-pre0
* Automated more of the decisions around which options to set when using ASAN * Also disabled Sentry by default as it's a bit annoying to have it upload crashes during development. Sentry is still automatically enabled and integrated as part of the `xmake bundle` step however so released builds will still have it.
Diffstat (limited to 'scripts/bundle.lua')
-rw-r--r--scripts/bundle.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index 7f7828b41..debb1e615 100644
--- a/scripts/bundle.lua
+++ b/scripts/bundle.lua
@@ -25,6 +25,7 @@ local function _build(arch, debug, config_args)
"--clean",
"--mode="..variant,
"--arch="..arch,
+ "--zensentry=yes",
config_args)
if ret > 0 then
raise("Failed to configure xmake")