Skip to content

Commit f358439

Browse files
bnoordhuisMayaLekova
authored andcommitted
build: compile V8 using system compiler
Stop using the copy of clang that is bundled with Google's build tools and start using the compiler that is installed on the buildbots. It stopped working on one of the machines because it looked in the wrong place for system headers and is not representative of how users build Node.js on their systems. PR-URL: nodejs#17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent 03b7323 commit f358439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ifdef ENABLE_V8_TAP
3030
TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
3131
endif
3232

33+
V8_BUILD_OPTIONS += GYPFLAGS="-Dclang=0"
3334
V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS)
3435
ifdef DISABLE_V8_I18N
3536
V8_BUILD_OPTIONS += i18nsupport=off

0 commit comments

Comments
 (0)