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:
parent
8ed65d7b48
commit
2d2b3ba5ed
2 changed files with 11 additions and 6 deletions
|
@ -66,6 +66,10 @@
|
|||
#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CPP_DEBUG
|
||||
#cmakedefine01 CPP_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CRYPTO_DEBUG
|
||||
#cmakedefine01 CRYPTO_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue