forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1721 from KomodoPlatform/dev
[release] 1.0.1-beta
- Loading branch information
Showing
214 changed files
with
10,753 additions
and
5,393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
[env] | ||
JEMALLOC_SYS_WITH_MALLOC_CONF = "background_thread:true,narenas:1,tcache:false,dirty_decay_ms:0,muzzy_decay_ms:0,metadata_thp:auto" | ||
|
||
[target.'cfg(all())'] | ||
rustflags = [ "-Zshare-generics=y" ] | ||
|
||
# # Install lld using package manager | ||
# [target.x86_64-unknown-linux-gnu] | ||
# linker = "clang" | ||
# rustflags = [ "-Clink-arg=-fuse-ld=lld" ] | ||
# | ||
# # `brew install llvm` | ||
# [target.x86_64-apple-darwin] | ||
# rustflags = [ | ||
# "-C", | ||
# "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld", | ||
# ] | ||
# | ||
# [target.aarch64-apple-darwin] | ||
# rustflags = [ | ||
# "-C", | ||
# "link-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld", | ||
# ] | ||
|
||
[target.wasm32-unknown-unknown] | ||
runner = 'wasm-bindgen-test-runner' | ||
rustflags = ["--cfg=web_sys_unstable_apis"] | ||
rustflags = [ "--cfg=web_sys_unstable_apis" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.