Remove vestigial debug features from various crates

This commit is contained in:
Mark McCaskey
2020-01-14 12:52:39 -08:00
parent 12f7416a85
commit 286e5db370
13 changed files with 10 additions and 19 deletions

View File

@ -37,7 +37,4 @@ version = "0.0.7"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["errhandlingapi", "minwindef", "minwinbase", "winnt"] }
wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.12.0" }
[features]
debug = ["wasmer-runtime-core/debug"]
wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.12.0" }