aboutsummaryrefslogtreecommitdiff
path: root/tests/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-14 12:43:38 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-14 12:43:38 +0200
commitad5f7bf6f72f6e1ff512b29eaa843b0dae58d931 (patch)
tree7109601047e26ef2389d3acbf3285faed3b76c52 /tests/rp
parent6862ac56cb1c1a29bad3e872b45386774c8edd58 (diff)
tests: remove deprecated -Cinline-threshold.
Diffstat (limited to 'tests/rp')
-rw-r--r--tests/rp/.cargo/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rp/.cargo/config.toml b/tests/rp/.cargo/config.toml
index de7bb0e56..4337924cc 100644
--- a/tests/rp/.cargo/config.toml
+++ b/tests/rp/.cargo/config.toml
@@ -11,7 +11,6 @@ runner = "teleprobe client run"
11rustflags = [ 11rustflags = [
12 # Code-size optimizations. 12 # Code-size optimizations.
13 #"-Z", "trap-unreachable=no", 13 #"-Z", "trap-unreachable=no",
14 "-C", "inline-threshold=5",
15 "-C", "no-vectorize-loops", 14 "-C", "no-vectorize-loops",
16] 15]
17 16