From 1aa9cfda3e92f7108fec67bf12691e457c53f7df Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 4 Oct 2023 22:57:37 +0200 Subject: [PATCH] Disable very spammy lwip debug option --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c64c51..c5c9e9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,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 "${SILENCE} \ @@ -161,7 +161,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} \