aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmake.lua b/xmake.lua
index 955cd71e7..8a5fe8d2d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -136,11 +136,7 @@ function add_define_by_config(define, config_name)
end
option("zensentry")
- if is_mode("debug") then
- set_default(false)
- else
- set_default(true)
- end
+ set_default(true)
set_showmenu(true)
set_description("Enables Sentry support")
option_end()