--- a/ports/mongoose/CMakeLists.txt +++ b/ports/mongoose/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.14) project(mongoose C) +add_compile_definitions("MG_ENABLE_LOG=0") + include(GNUInstallDirs)