mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
tests: remove deprecated -Cinline-threshold.
This commit is contained in:
parent
6862ac56cb
commit
ad5f7bf6f7
@ -11,7 +11,6 @@ runner = "teleprobe client run"
|
|||||||
rustflags = [
|
rustflags = [
|
||||||
# Code-size optimizations.
|
# Code-size optimizations.
|
||||||
#"-Z", "trap-unreachable=no",
|
#"-Z", "trap-unreachable=no",
|
||||||
"-C", "inline-threshold=5",
|
|
||||||
"-C", "no-vectorize-loops",
|
"-C", "no-vectorize-loops",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ runner = "teleprobe client run"
|
|||||||
rustflags = [
|
rustflags = [
|
||||||
# Code-size optimizations.
|
# Code-size optimizations.
|
||||||
#"-Z", "trap-unreachable=no",
|
#"-Z", "trap-unreachable=no",
|
||||||
"-C", "inline-threshold=5",
|
|
||||||
"-C", "no-vectorize-loops",
|
"-C", "no-vectorize-loops",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user