explicitly make debug available for tests

This commit is contained in:
Lev Walkin 2013-03-19 17:16:58 -07:00
parent e3e8de0a45
commit 3e0b0f2dd3
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ cat > Makefile <<EOM
# This file is autogenerated by ../$0
COMMON_FLAGS= -I. -DEMIT_ASN_DEBUG
CFLAGS=\${COMMON_FLAGS} ${CFLAGS}
CXXFLAGS=\${COMMON_FLAGS} ${CXXFLAGS}
CFLAGS = \${COMMON_FLAGS} ${CFLAGS} -g -O0
CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS}
CC ?= ${CC}