mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +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 = [
|
||||
# Code-size optimizations.
|
||||
#"-Z", "trap-unreachable=no",
|
||||
"-C", "inline-threshold=5",
|
||||
"-C", "no-vectorize-loops",
|
||||
]
|
||||
|
||||
|
@ -9,7 +9,6 @@ runner = "teleprobe client run"
|
||||
rustflags = [
|
||||
# Code-size optimizations.
|
||||
#"-Z", "trap-unreachable=no",
|
||||
"-C", "inline-threshold=5",
|
||||
"-C", "no-vectorize-loops",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user