Ensure RUSTFLAGS is passed through on cross compile (#1529)
## Issue Addressed NA ## Proposed Changes Tells `cross` (used for cross-compiling) to read the `RUSTFLAGS`env and pass it through during build. This allows us to use `-g` and get debug info. ## Additional Info NA
This commit is contained in:
parent
f85485884f
commit
73cbfbdfd0
4
Cross.toml
Normal file
4
Cross.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[build.env]
|
||||||
|
passthrough = [
|
||||||
|
"RUSTFLAGS",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user