DescriptionNo changes in the code are required, however the building of V8 is not so straightforward anymore.
- add `/bigobj` compiler flag for Visual C++ ''Debug|x64''
- to simplify the things, the everything related to recently added inspector is removed from `third_party/v8/src/v8.gyp`. v8.gyp started to include inspector, which is BTW not used by us, and which causes some building errors with the current approach, e.g. even after fixing path expansion in gyp it cannot be built by msbuild and requires devenv but in this case we have to build more projects and satisfy more requirements or modify generated solution files or do something else. The easiest way is to remove this dependency what simplifies and speeds up the building process.
Patch Set 1 #
Total comments: 8
Patch Set 2 : fix and rebase #
Total comments: 4
MessagesTotal messages: 7
|