From 912dad6688db99f4f496d1dcf2f43fc3e4b41400 Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 13 Feb 2025 01:19:29 -0500 Subject: [PATCH] Remove the LWIP_DEBUG flag --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 156cfb8..50dce03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -398,7 +398,7 @@ else() set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} \ ${DEBUG_OPTIMIZATION} \ - -DLWIP_DEBUG=1 -DLIBZT_DEBUG=1") + -DLIBZT_DEBUG=1") set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} \ @@ -411,7 +411,7 @@ else() set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} \ ${DEBUG_OPTIMIZATION} \ - -DLWIP_DEBUG=1 -DLIBZT_DEBUG=1") + -DLIBZT_DEBUG=1") set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} \