mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-30 22:01:11 +00:00
Do not optimise ecc test (#2366)
This commit is contained in:
parent
358d884643
commit
f0d0dd92c4
@ -320,7 +320,9 @@ pub fn execute_app(
|
|||||||
.features(&features)
|
.features(&features)
|
||||||
.arg(bin);
|
.arg(bin);
|
||||||
|
|
||||||
if !debug {
|
if !debug && app.name() != "ecc" {
|
||||||
|
// FIXME, HACK: The `ecc` tests are currently miscompiled with `lto="thin"` or
|
||||||
|
// stronger. This is a temporary workaround until the issue is resolved.
|
||||||
builder.add_arg("--release");
|
builder.add_arg("--release");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user