aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-27 20:19:55 +0100
committerStefan Boberg <[email protected]>2025-10-27 20:19:55 +0100
commite1d4396196fb52031ea5a66e84e042870dff65ef (patch)
tree36e99842c4db6d7dead0478e1f51d74291880074 /xmake.lua
parentdisable lto because crashpad sucks (diff)
downloadzen-e1d4396196fb52031ea5a66e84e042870dff65ef.tar.xz
zen-e1d4396196fb52031ea5a66e84e042870dff65ef.zip
disable sentry by default to allow testing the rest of the build process
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index ab0195fdb..811f79baf 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -150,7 +150,7 @@ function add_define_by_config(define, config_name)
end
option("zensentry")
- set_default(true)
+ set_default(false)
set_showmenu(true)
set_description("Enables Sentry support")
option_end()