Disable trap-unreachable so we don't require nightly compiler
This commit is contained in:
parent
8f0901cf44
commit
4a23fc06ac
@ -7,7 +7,9 @@ rustflags = [
|
|||||||
"-C", "link-arg=-Tdefmt.x",
|
"-C", "link-arg=-Tdefmt.x",
|
||||||
|
|
||||||
# Code-size optimizations.
|
# Code-size optimizations.
|
||||||
"-Z", "trap-unreachable=no",
|
# trap unreachable can save a lot of space, but requires nightly compiler.
|
||||||
|
# uncomment the next line if you wish to enable it
|
||||||
|
# "-Z", "trap-unreachable=no",
|
||||||
"-C", "inline-threshold=5",
|
"-C", "inline-threshold=5",
|
||||||
"-C", "no-vectorize-loops",
|
"-C", "no-vectorize-loops",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user