Make gdb jit symbol weak linking default in llvm-backend features

This commit is contained in:
Mark McCaskey
2020-02-26 19:41:53 -08:00
parent b5cbb9df60
commit 0593965459
3 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,7 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1", features = ["generate-debug-information-no-export-symbols"] }
wasmparser = "0.51.3"
smallvec = "0.6"
goblin = "0.0.24"