diff options
| author | Stefan Boberg <[email protected]> | 2023-01-26 09:56:08 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-01-26 09:56:52 +0100 |
| commit | c3b906dec4589d0b06f4387dce26dd79a988c269 (patch) | |
| tree | 96e3947b7f76e3b255b21c2f70831ce121191492 /xmake.lua | |
| parent | fix gc logging (#213) (diff) | |
| download | zen-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.lua | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |