diff options
| author | u <@> | 2026-03-12 20:22:39 -0700 |
|---|---|---|
| committer | u <@> | 2026-03-12 20:22:39 -0700 |
| commit | 832398eba698725ae9a2ee38e13e30bf43b0f8cc (patch) | |
| tree | 14cb15c46d3219dc5923edbe05e57df2cd94b4ca /.cargo/config.toml | |
| parent | b1d9df09f21d49bca2851d320f7b0e6830bc340b (diff) | |
cleanup
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index ba74195..56f6f77 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,9 @@ [target.'cfg(target_family="wasm")'] rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const", - "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"] + "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const", + "-Z", "unstable-options", + "-C", "panic=immediate-abort"] [unstable] build-std = ["compiler_builtins", "std", "core", "alloc", "panic_abort"] +build-std-features = ["default"] # dont compile in panic-unwind |
