Commit 3e0b0f2d authored by Lev Walkin's avatar Lev Walkin

explicitly make debug available for tests

parent e3e8de0a
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment