@@ -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
@@ -205,7 +205,7 @@ fi
host_build_flex=0
if ! which flex >/dev/null 2>&1; then
- host_build_m4=1
+ host_build_flex=1
fi
host_build_m4=0