From 157604d7c9b311e35939af18008a563215b64230 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 23 Jul 2023 17:09:41 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20Drop=20bitcode=20?= =?UTF-8?q?embedding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 9b37f7d..e47e0f6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,7 +7,6 @@ rustflags = [ "-C", "target-cpu=cortex-a53", # raspi 2 .. 3b+ #"-C", "target-cpu=cortex-a73", # raspi 4 # ^^ how to set this dynamicall depending on the features?? - "-C", "embed-bitcode=yes", "-Z", "macro-backtrace", ] runner = "cargo make test-runner"