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 f9099a6 commit 6ffc43bCopy full SHA for 6ffc43b
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[build]
2
+target-dir = "rust/target"
Cargo.toml
@@ -19,7 +19,8 @@ members = [
19
"plugins/pdb-ng",
20
"plugins/warp"
21
]
22
+default-members = ["rust", "rust/binaryninjacore-sys"]
23
24
[profile.release]
25
lto = true
-debug = "full"
26
+debug = "full"
0 commit comments