Re: [v8-users] Build issues - How can I build v8 with my system toolchain?

2016-12-12 Thread Edmund Higham
Thanks for your help - this solved the issue for me On Friday, 6 May 2016 09:33:39 UTC+1, Jakob Kummerow wrote: > > I'd use "make ia32 GYPFLAGS=-Dclang=0", that should then use your system > toolchain. Invoking build/gyp_v8 manually should not be necessary (except > on Windows, but who uses that

Re: [v8-users] Build issues - How can I build v8 with my system toolchain?

2016-12-12 Thread Edmund Higham
make GYPFLAGS=-Dclang=0 Thanks for your help - this solved the issue for me on x64 :) On Friday, 6 May 2016 09:33:39 UTC+1, Jakob Kummerow wrote: > > I'd use "make ia32 GYPFLAGS=-Dclang=0", that should then use your system > toolchain. Invoking build/gyp_v8 manually should not be necessary (exc