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.
1 parent e8b19d9 commit 647c1d9Copy full SHA for 647c1d9
utils/build-script-impl
@@ -83,7 +83,7 @@ KNOWN_SETTINGS=(
83
cmake "" "path to the cmake binary"
84
distcc "" "use distcc in pump mode"
85
distcc-pump "" "the path to distcc pump executable. This argument is required if distcc is set."
86
- 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"
87
cmake-generator "Unix Makefiles" "kind of build system to generate; see output of 'cmake --help' for choices"
88
verbose-build "" "print the commands executed during the build"
89
install-prefix "" "installation prefix"
0 commit comments