mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
AK: Add RELEASE_ASSERT in non-Serenity builds.
This commit is contained in:
parent
d7ff2c5b86
commit
2f373a27a2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
# ifndef __serenity__
|
||||
# define ASSERT assert
|
||||
# define ASSERT_NOT_REACHED() assert(false)
|
||||
# define RELEASE_ASSERT assert
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue