mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 10:52:03 +02:00
21 lines
683 B
Plaintext
21 lines
683 B
Plaintext
From 19fcff1ea66676195d22f0fc0674f614f1eadd09 Mon Sep 17 00:00:00 2001
|
|
From: LN Liberda <lauren@selfisekai.rocks>
|
|
Date: Wed, 21 Jan 2026 20:22:18 +0100
|
|
Subject: [PATCH] Remove rust nightly flags
|
|
|
|
---
|
|
rust/bindings_wasm/.cargo/config.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rust/bindings_wasm/.cargo/config.toml b/rust/bindings_wasm/.cargo/config.toml
|
|
index edbec3411..3c5f0b433 100644
|
|
--- a/rust/bindings_wasm/.cargo/config.toml
|
|
+++ b/rust/bindings_wasm/.cargo/config.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build]
|
|
-rustflags = "-C opt-level=z -Z location-detail=none"
|
|
+rustflags = "-C opt-level=z"
|
|
|
|
[unstable]
|
|
build-std = ["std", "core", "alloc", "panic_abort"]
|