-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use separate output directories based on `CMAKE_BUILD_TYPE`. This should fix unexpected rebuilds when working with multiple different build types. - Correctly use `CMAKE_SOURCE_DIR` instead of `CMAKE_CURRENT_SOURCE_DIR` to correctly specify paths. - Change directory and invoke V8's own `gn` to configure the build. This seems to be the recommended way of building V8 anyways. This has the downside of V8's build files residing in `third-party/v8/v8/out-<BUILD-TYPE>` rather than in `build/<BUILD-TYPE>/third-party/V8-src`. Perhaps the caching in GitLab CI and CircleCI must be adapted...
- Loading branch information
1 parent
73de0d3
commit ef15d6d
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters