Skip to content

Commit

Permalink
Merge pull request #1721 from KomodoPlatform/dev
Browse files Browse the repository at this point in the history
[release] 1.0.1-beta
  • Loading branch information
ca333 authored Mar 27, 2023
2 parents 278b525 + 759d180 commit 6bb79b3
Show file tree
Hide file tree
Showing 214 changed files with 10,753 additions and 5,393 deletions.
26 changes: 25 additions & 1 deletion .cargo/config
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" ]
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake-build-debug
# Ignoring the Dockerfile allows us to change it without invalidating the "COPY ." step.
/Dockerfile

/target
!/target/release/mm2
!/target/ci/mm2
/mm2src/*/target

Expand Down
Loading

0 comments on commit 6bb79b3

Please sign in to comment.