24 lines
320 B
TOML
24 lines
320 B
TOML
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[workspace]
|
|
members = [
|
|
"libafl",
|
|
"libafl_derive",
|
|
"libafl_cc",
|
|
"libafl_targets",
|
|
"libafl_frida",
|
|
]
|
|
default-members = [
|
|
"libafl",
|
|
"libafl_derive",
|
|
"libafl_cc",
|
|
"libafl_targets",
|
|
]
|
|
exclude = [
|
|
"fuzzers",
|
|
]
|