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 a93ea67 commit f6b9e39Copy full SHA for f6b9e39
config.toml
@@ -106,7 +106,7 @@ link-shared = false
106
#allow-old-toolchain = false
107
108
# Which LLVM projects to build along with the LLVM base libraries/tools
109
-enable-projects = "clang;lld"
+enable-projects = "clang;lld;lldb"
110
111
# =============================================================================
112
# General build configuration options
@@ -230,7 +230,7 @@ docs = false
230
[install]
231
232
# Instead of installing to /usr/local, install to this path instead.
233
-prefix = "opt/bpf-rust"
+prefix = "opt/sbf-rust"
234
235
# Where to install system configuration files
236
# If this is a relative path, it will get installed in `prefix` above
0 commit comments