Skip to content

Commit 647c1d9

Browse files
authored
Revert "Revert "Revert "Make the option of building using the host clang the default"""
1 parent e8b19d9 commit 647c1d9

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

0 commit comments

Comments
 (0)