chore: ♻️ Drop bitcode embedding
This commit is contained in:
parent
d37495bc01
commit
157604d7c9
|
@ -7,7 +7,6 @@ rustflags = [
|
||||||
"-C", "target-cpu=cortex-a53", # raspi 2 .. 3b+
|
"-C", "target-cpu=cortex-a53", # raspi 2 .. 3b+
|
||||||
#"-C", "target-cpu=cortex-a73", # raspi 4
|
#"-C", "target-cpu=cortex-a73", # raspi 4
|
||||||
# ^^ how to set this dynamicall depending on the features??
|
# ^^ how to set this dynamicall depending on the features??
|
||||||
"-C", "embed-bitcode=yes",
|
|
||||||
"-Z", "macro-backtrace",
|
"-Z", "macro-backtrace",
|
||||||
]
|
]
|
||||||
runner = "cargo make test-runner"
|
runner = "cargo make test-runner"
|
||||||
|
|
Loading…
Reference in New Issue