mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
AK: Add RELEASE_ASSERT in non-Serenity builds.
This commit is contained in:
parent
d7ff2c5b86
commit
2f373a27a2
Notes:
sideshowbarker
2024-07-19 13:02:47 +09:00
Author: https://github.com/awesomekling
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