We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1bd67 commit e67a959Copy full SHA for e67a959
utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
@@ -108,6 +108,9 @@ expand_template(
108
# TODO: lua support
109
"#cmakedefine01 LLDB_ENABLE_LUA": "#define LLDB_ENABLE_LUA 0",
110
111
+ # TODO: curl support
112
+ "#cmakedefine01 LLVM_ENABLE_CURL": "#define LLVM_ENABLE_CURL 0",
113
+
114
# TODO: python support
115
"#cmakedefine01 LLDB_ENABLE_PYTHON": "#define LLDB_ENABLE_PYTHON 0",
116
# Only enabled by default on Windows
0 commit comments