Skip to content

Commit 1ef1529

Browse files
authored
Merge pull request #5369 from bob-wilson/use-local-clang
Revert "Make the option of building using the host clang the default"
2 parents c09a748 + d49200f commit 1ef1529

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
@@ -81,7 +81,7 @@ KNOWN_SETTINGS=(
8181
cmake "" "path to the cmake binary"
8282
distcc "" "use distcc in pump mode"
8383
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"
84+
build-runtime-with-host-compiler "" "use the host c++ compiler to build everything"
8585
cmake-generator "Unix Makefiles" "kind of build system to generate; see output of 'cmake --help' for choices"
8686
verbose-build "" "print the commands executed during the build"
8787
install-prefix "" "installation prefix"

0 commit comments

Comments
 (0)