tests: remove deprecated -Cinline-threshold.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user