bb651a503d
## 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.
3 lines
92 B
Rust
3 lines
92 B
Rust
// This is a stub for determining the build profile, see `build_profile_name`.
|
|
fn main() {}
|