don't include all of libafl for symcc_runtime by default, as it's not necessary (#320)
This commit is contained in:
parent
8a20d26ea6
commit
b778f22c0c
@ -21,7 +21,7 @@ no-cpp-runtime = []
|
||||
unchecked_unwrap = "3"
|
||||
ctor = "0.1"
|
||||
libc = "0.2"
|
||||
libafl = {path = "../../libafl", version="0.6"}
|
||||
libafl = {path = "../../libafl", version="0.6", default-features=false, features=["std"]}
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user