Google V8 - Neither v8.dll nor v8.dll.lib getting built in release mode
问题 I've followed the Building with GN instructions to build Google V8 on Windows 10 with Visual Studio 2015. What I did: Getting V8, after downloading and unpacking the depot-tools. C:\build-depot> set DEPOT_TOOLS_WIN_TOOLCHAIN=0 C:\build-depot> gclient C:\build-depot> set GYP_MSVS_VERSION=2015 C:\build-depot> fetch v8 Generating build files... C:\build-depot\v8> python tools\dev\v8gen.py x64.debug C:\build-depot\v8> python tools\dev\v8gen.py x64.release ... and compiling C:\build-depot\v8>