| Summary: | [CMake] Add option to control assertions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
| Component: | CMake | Assignee: | Patrick Griffis <pgriffis> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/16526 Committed 266778@main (1ef24965e556): <https://commits.webkit.org/266778@main> Reviewed commits have been landed. Closing PR #16526 and removing active labels. |
The macOS port already allows building `release+assert` but the cmake project didn't expose this. This adds a `-DENABLE_ASSERTS` option to enable with a normal release build.