aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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 1fedead03..e8fb3927f 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -135,14 +135,6 @@ else
add_defines("ZEN_WITH_HTTPSYS=0")
end
-option("compute")
- set_default(true)
- set_showmenu(true)
- set_description("Enable compute services endpoint")
-option_end()
-add_define_by_config("ZEN_WITH_COMPUTE_SERVICES", "compute")
-
-
option("zentrace")
set_default(true)
set_showmenu(true)