diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-14 12:43:38 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-10-14 12:43:38 +0200 |
| commit | ad5f7bf6f72f6e1ff512b29eaa843b0dae58d931 (patch) | |
| tree | 7109601047e26ef2389d3acbf3285faed3b76c52 /tests/stm32 | |
| parent | 6862ac56cb1c1a29bad3e872b45386774c8edd58 (diff) | |
tests: remove deprecated -Cinline-threshold.
Diffstat (limited to 'tests/stm32')
| -rw-r--r-- | tests/stm32/.cargo/config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/stm32/.cargo/config.toml b/tests/stm32/.cargo/config.toml index 8752da59b..d94342598 100644 --- a/tests/stm32/.cargo/config.toml +++ b/tests/stm32/.cargo/config.toml | |||
| @@ -9,7 +9,6 @@ runner = "teleprobe client run" | |||
| 9 | rustflags = [ | 9 | rustflags = [ |
| 10 | # Code-size optimizations. | 10 | # Code-size optimizations. |
| 11 | #"-Z", "trap-unreachable=no", | 11 | #"-Z", "trap-unreachable=no", |
| 12 | "-C", "inline-threshold=5", | ||
| 13 | "-C", "no-vectorize-loops", | 12 | "-C", "no-vectorize-loops", |
| 14 | ] | 13 | ] |
| 15 | 14 | ||
