mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 19:50:37 +00:00
73cbfbdfd0
## 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
5 lines
47 B
TOML
5 lines
47 B
TOML
[build.env]
|
|
passthrough = [
|
|
"RUSTFLAGS",
|
|
]
|