From d2932dbdcf1ee0e646be90d9ad631ced171e012b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 15 Apr 2023 02:59:11 +0200 Subject: test: force enable debug assertions --- test/app.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/app.hpp b/test/app.hpp index 0b143b71..1fed6c0c 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -1,4 +1,6 @@ #pragma once +#undef FM_NO_DEBUG +#include "compat/assert.hpp" #include #ifdef __APPLE__ -- cgit v1.2.3