1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

LibCpp: Include CPP_DEBUG in AK/Debug.h

This commit is contained in:
Itamar 2021-02-06 15:48:46 +02:00 committed by Andreas Kling
parent 8ed65d7b48
commit 2d2b3ba5ed
2 changed files with 11 additions and 6 deletions

View file

@ -66,6 +66,10 @@
#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG
#endif
#ifndef CPP_DEBUG
#cmakedefine01 CPP_DEBUG
#endif
#ifndef CRYPTO_DEBUG
#cmakedefine01 CRYPTO_DEBUG
#endif