SerenityOS build: Tuesday, June 25
Images 💾⌗
- serenity-x86_64-20240625-22d737f.img.gz (Raw image, 219.74 MiB)
Last commit ⭐⌗
commit 22d737f370bc1c22d3674b753885e4d62de6b81e
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Mon Jun 24 17:21:10 2024 +0200
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Mon Jun 24 20:44:26 2024 +0200
Meta: Add a warning suppression used in the cmake build to the gn build
8263e0a6199 added `-Wno-coroutine-missing-unhandled-exception` to the
cmake build, and the coroutine code does not build without it.
Unbreaks building e.g. `js` with GN.
Other builds