Skip to content
Snippets Groups Projects
Commit 3e0b0f2d authored by Lev Walkin's avatar Lev Walkin
Browse files

explicitly make debug available for tests

parent e3e8de0a
Branches main
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment