aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-28 12:39:30 +0100
committerStefan Boberg <[email protected]>2025-10-28 12:39:30 +0100
commitd0107543e4f5587a655d73b950e6ec6564747a29 (patch)
tree2c39368fd78e624dc5f8e4a1a137db496faca440
parentin-tree: add in sentry-native 0.7.6 to thirdparty (diff)
downloadzen-sb/intree-sentry-native.tar.xz
zen-sb/intree-sentry-native.zip
explicitly enable sentry in release build / bundlesb/intree-sentry-native
-rw-r--r--scripts/bundle.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index 98e139eb0..d0924caab 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=" .. (debug and "off" or "on"),
config_args)
if ret > 0 then
raise("Failed to configure xmake")