From ce7d526705ae6649ac25fc8057d8263ef09f0c4c Mon Sep 17 00:00:00 2001 From: huoyingyangjie Date: Wed, 17 Jun 2020 14:51:53 +0800 Subject: [PATCH] remove NDEBUG --- src/ini/ini.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ini/ini.cpp b/src/ini/ini.cpp index 88e137e..7b5275b 100644 --- a/src/ini/ini.cpp +++ b/src/ini/ini.cpp @@ -1,9 +1,8 @@ // // Created by yangjiegogogo@gmail.com on 3/29/20. // -#ifndef NDEBUG + #include "utils/debug.h" -#endif #include "ini/ini.h" #include #include