From 19ab53e7a340aa3085e9bc7a5e1957237f7019aa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 15:01:45 +0200 Subject: fix varname, disable optimization flags for config --- adk/config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adk') diff --git a/adk/config/Makefile b/adk/config/Makefile index 9dc08d3ac..c0087a28e 100644 --- a/adk/config/Makefile +++ b/adk/config/Makefile @@ -6,7 +6,7 @@ include ${TOPDIR}/rules.mk endif CP=cp -fpR -CFLAGS_FOR_BUILD:=-DKBUILD_NO_NLS -O2 -w +CFLAGS_FOR_BUILD:=-DKBUILD_NO_NLS -O0 -g0 -w all: ncurses conf mconf -- cgit v1.2.3