mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 01:04:38 +03: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: https://github.com/SerenityOS/serenity/commit/2f373a27a20
@ -7,6 +7,7 @@
|
||||
# ifndef __serenity__
|
||||
# define ASSERT assert
|
||||
# define ASSERT_NOT_REACHED() assert(false)
|
||||
# define RELEASE_ASSERT assert
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user