mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 02:46:22 +02:00
The IPCCompiler was using GENERATE_DEBUG_CODE, which was missing from AK/Debug.h.in, and plain old DEBUG. Let's just use the one that was already in the debug header, but unused.