lighthouse/lighthouse/build.rs
Michael Sproul bb651a503d Enable build profiles for Docker source builds (#4237)
## Proposed Changes

- Allow Docker images to be built with different profiles via e.g. `--build-arg PROFILE=maxperf`.
- Include the build profile in `lighthouse --version`.

## Additional Info

This only affects Docker images built from source. Our published Docker images use `cross`-compiled binaries that get copied into place.
2023-05-03 04:12:11 +00:00

3 lines
92 B
Rust

// This is a stub for determining the build profile, see `build_profile_name`.
fn main() {}