Skip to content

Commit d49200f

Browse files
committed
Revert "Make the option of building using the host clang the default"
This reverts commit 0b1e858. No one remembers what problems this caused for the ASan bot when we tried building the runtime with the just-built clang, so I'm reenabling it now and we'll see what happens.
1 parent 22f5dfa commit d49200f

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)