diff options
| author | Stefan Boberg <[email protected]> | 2025-10-27 20:19:55 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-27 20:19:55 +0100 |
| commit | e1d4396196fb52031ea5a66e84e042870dff65ef (patch) | |
| tree | 36e99842c4db6d7dead0478e1f51d74291880074 /xmake.lua | |
| parent | disable lto because crashpad sucks (diff) | |
| download | zen-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |