Skip to content

Commit 0b1e858

Browse files
committed
Make the option of building using the host clang the default
I am committing this as a workaround until we fix the ASAN bot.
1 parent 89bc2a4 commit 0b1e858

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)