aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-11 10:03:54 +0200
committerGitHub <[email protected]>2023-10-11 10:03:54 +0200
commit1ad940fafb5e3eae7b308dd290b6de6ade69a3eb (patch)
tree1d1efe188f45bc422292e75c6784929765882771 /xmake.lua
parentfix clang-format whoopsie (diff)
downloadzen-1ad940fafb5e3eae7b308dd290b6de6ade69a3eb.tar.xz
zen-1ad940fafb5e3eae7b308dd290b6de6ade69a3eb.zip
remove legacy compute interfaces (#461)
* removed legacy compute code, which will be replaced with a new implementation in the future * also updated references to Jupiter storage
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)