aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-01-26 09:56:08 +0100
committerStefan Boberg <[email protected]>2023-01-26 09:56:52 +0100
commitc3b906dec4589d0b06f4387dce26dd79a988c269 (patch)
tree96e3947b7f76e3b255b21c2f70831ce121191492 /xmake.lua
parentfix gc logging (#213) (diff)
downloadzen-c3b906dec4589d0b06f4387dce26dd79a988c269.tar.xz
zen-c3b906dec4589d0b06f4387dce26dd79a988c269.zip
removed experimental mesh code
should be replaced with a proper implementation later
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake.lua b/xmake.lua
index 4469a3acc..30dedf0c3 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -142,14 +142,6 @@ option("exec")
option_end()
add_define_by_config("ZEN_WITH_EXEC_SERVICES", "exec")
-option("zenmesh")
- -- note: this is an old prototype and is not functional at all at the moment
- set_default(false)
- set_showmenu(true)
- set_description("Enables Zen's mesh feature")
-option_end()
-add_define_by_config("ZEN_ENABLE_MESH", "zenmesh")
-
option("zentrace")
set_default(true)
set_showmenu(true)