SerenityOS build: Monday, May 15
Images 💾⌗
- serenity-x86_64-20230515-173f872.img.gz (Raw image, 181.35 MiB)
Last commit ⭐⌗
commit 173f872cda631d482e1c7f62b492631397c84af8
Author: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
AuthorDate: Sun May 14 18:17:15 2023 +0200
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Sun May 14 16:01:57 2023 -0600
Meta: Remove unused debug flags, add missing GENERATE_DEBUG
Commands that were helpful while investigating this:
```
grep -P '^set' Meta/CMake/all_the_debug_macros.cmake \
| sed -Ee 's,set\((.+) ON\)$,\1,' > macros.lst
for i in $(cat macros.lst); do
echo -n "$i "; git grep -Pn '\b'"$i"'\b' | wc -l
done | tee matches.lst
sort -k2 -n matches.lst
```
Other builds