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"