diff --git a/AK/Assertions.h b/AK/Assertions.h index d1713b9155..af055bf42d 100644 --- a/AK/Assertions.h +++ b/AK/Assertions.h @@ -7,6 +7,7 @@ # ifndef __serenity__ # define ASSERT assert # define ASSERT_NOT_REACHED() assert(false) +# define RELEASE_ASSERT assert # endif #endif