diff options
| author | Stefan Boberg <[email protected]> | 2025-10-28 12:39:30 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-28 12:39:30 +0100 |
| commit | d0107543e4f5587a655d73b950e6ec6564747a29 (patch) | |
| tree | 2c39368fd78e624dc5f8e4a1a137db496faca440 | |
| parent | in-tree: add in sentry-native 0.7.6 to thirdparty (diff) | |
| download | zen-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.lua | 1 |
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") |