From fbf2119f0ef5bfa7037a0d0885a39cbd15e7bc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Sun, 21 Jan 2024 15:06:43 +0000 Subject: [PATCH] Enable CONFIG_CONCURRENT_MODE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5757274..b491a283 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and lat endif EXTRA_CFLAGS += -I$(src)/include - +EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE EXTRA_LDFLAGS += --strip-debug CONFIG_AUTOCFG_CP = n