aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake.lua b/xmake.lua
index 621851c77..7844f75b9 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -127,13 +127,6 @@ option("compute")
option_end()
add_define_by_config("ZEN_WITH_COMPUTE_SERVICES", "compute")
-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)