Skip to content

Commit

Permalink
No swift demangling by default since it requires a C++ compiler (#579)
Browse files Browse the repository at this point in the history
User will have to pass "--features 'demangle-with-swift'" to enable it.
  • Loading branch information
calixteman committed Feb 12, 2021
1 parent 3b55b6e commit cf5c0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
edition = "2018"

[features]
default = ["deflate-zlib", "demangle-with-swift"]
default = ["deflate-zlib", "demangle-no-swift"]
tc = ["tcmalloc"]
deflate = ["zip/deflate"]
deflate-miniz = ["zip/deflate-miniz"]
Expand Down

0 comments on commit cf5c0a7

Please sign in to comment.