From 9d3a49a0dec7f749c84d726c75210f3d58e38e1b Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 4 Sep 2026 13:32:11 +0200 Subject: [PATCH] remove lambda check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01ce71667..9e1fcb0f7 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ CPPFLAGS += $(DEFINES) $(DEFAULTS) $(INCLUDE) CPPFLAGS += -ggdb -g3 -MMD CPPFLAGS += -flto=auto CPPFLAGS += -Wall -Wextra -Werror -CPPFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-vla-cxx-extension -Wno-switch-enum -Wno-unused-lambda-capture +CPPFLAGS += -Wno-unused-parameter -Wno-missing-braces -Wno-vla-cxx-extension -Wno-switch-enum CPPFLAGS += -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-threadsafe-statics CPPFLAGS += -Os -DNDEBUG