diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) |