chore: ♻️ Drop bitcode embedding

This commit is contained in:
Berkus Decker 2023-07-23 17:09:41 +03:00 committed by Berkus Decker
parent d37495bc01
commit 157604d7c9
1 changed files with 0 additions and 1 deletions

View File

@ -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"