From 791e0961542cc46da24cb528e665c591c2d0b81e Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Mon, 16 May 2022 15:49:24 +0800 Subject: [PATCH] Set lib/ DEBUG mode default. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 901358216..57c160ba4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -24,7 +24,7 @@ F-STACK_VERSION=1.22 HOST_OS:=$(shell uname -s) -#DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation +DEBUG=-O0 -gdwarf-2 -g3 -Wno-format-truncation FF_KNI=1