diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-22 21:29:25 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-22 21:31:06 +0100 |
| commit | 9f76dbb93b4ab5efc8a0d51b4507ab7eb144fcd9 (patch) | |
| tree | aa6141bbd6ba68b10b493e8bdea48248fce93996 /tests/rp | |
| parent | 20fd03a14f1261e7b2264dcbca8e164393e66b94 (diff) | |
Remove nightly-only flags from cargo configs.
Diffstat (limited to 'tests/rp')
| -rw-r--r-- | tests/rp/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/.cargo/config.toml b/tests/rp/.cargo/config.toml index 40b5d7000..de7bb0e56 100644 --- a/tests/rp/.cargo/config.toml +++ b/tests/rp/.cargo/config.toml | |||
| @@ -10,7 +10,7 @@ runner = "teleprobe client run" | |||
| 10 | 10 | ||
| 11 | rustflags = [ | 11 | rustflags = [ |
| 12 | # Code-size optimizations. | 12 | # Code-size optimizations. |
| 13 | "-Z", "trap-unreachable=no", | 13 | #"-Z", "trap-unreachable=no", |
| 14 | "-C", "inline-threshold=5", | 14 | "-C", "inline-threshold=5", |
| 15 | "-C", "no-vectorize-loops", | 15 | "-C", "no-vectorize-loops", |
| 16 | ] | 16 | ] |
