Skip to content

Commit cd8254f

Browse files
committed
Merge pull request #2010 from nadavrot/disable_just_built_clang
2 parents adc65bf + 0b1e858 commit cd8254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ KNOWN_SETTINGS=(
8686
enable-ubsan "" "enable Undefined Behavior Sanitizer"
8787
cmake "" "path to the cmake binary"
8888
distcc "" "use distcc in pump mode"
89-
build-runtime-with-host-compiler "" "use the host c++ compiler to build everything"
89+
build-runtime-with-host-compiler "1" "use the host c++ compiler to build everything"
9090
user-config-args "" "User-supplied arguments to cmake when used to do configuration"
9191
cmake-generator "Unix Makefiles" "kind of build system to generate; see output of 'cmake --help' for choices"
9292
verbose-build "" "print the commands executed during the build"

0 commit comments

Comments
 (0)