tests: remove deprecated -Cinline-threshold.

This commit is contained in:
Dario Nieuwenhuis 2024-10-14 12:43:38 +02:00
parent 6862ac56cb
commit ad5f7bf6f7
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ runner = "teleprobe client run"
rustflags = [
# Code-size optimizations.
#"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]

View File

@ -9,7 +9,6 @@ runner = "teleprobe client run"
rustflags = [
# Code-size optimizations.
#"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]