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 89bc2a4 commit 0b1e858Copy full SHA for 0b1e858
utils/build-script-impl
@@ -86,7 +86,7 @@ KNOWN_SETTINGS=(
86
enable-ubsan "" "enable Undefined Behavior Sanitizer"
87
cmake "" "path to the cmake binary"
88
distcc "" "use distcc in pump mode"
89
- build-runtime-with-host-compiler "" "use the host c++ compiler to build everything"
+ build-runtime-with-host-compiler "1" "use the host c++ compiler to build everything"
90
user-config-args "" "User-supplied arguments to cmake when used to do configuration"
91
cmake-generator "Unix Makefiles" "kind of build system to generate; see output of 'cmake --help' for choices"
92
verbose-build "" "print the commands executed during the build"
0 commit comments