We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c09a748 + d49200f commit 1ef1529Copy full SHA for 1ef1529
utils/build-script-impl
@@ -81,7 +81,7 @@ KNOWN_SETTINGS=(
81
cmake "" "path to the cmake binary"
82
distcc "" "use distcc in pump mode"
83
distcc-pump "" "the path to distcc pump executable. This argument is required if distcc is set."
84
- build-runtime-with-host-compiler "1" "use the host c++ compiler to build everything"
+ build-runtime-with-host-compiler "" "use the host c++ compiler to build everything"
85
cmake-generator "Unix Makefiles" "kind of build system to generate; see output of 'cmake --help' for choices"
86
verbose-build "" "print the commands executed during the build"
87
install-prefix "" "installation prefix"
0 commit comments