diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:01:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 22:47:47 +0200 |
commit | 19ab53e7a340aa3085e9bc7a5e1957237f7019aa (patch) | |
tree | 507678bc0aea82384254a38f08e49abb76f5052e /adk/config | |
parent | 56b4873f0feba3013f8ffc5ae119165322c3e33d (diff) |
fix varname, disable optimization flags for config
Diffstat (limited to 'adk/config')
-rw-r--r-- | adk/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |