aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-09-17 00:32:03 -0700
committerLev Walkin <vlm@lionet.info>2014-09-17 00:32:03 -0700
commit58ecc7b4e33738295fc59baa4e1b4f2ca23cab5a (patch)
tree3662ec1b1d21c2363893004fce0d3297928e1806 /asn1c
parent68e944500993f2780396b770a8b9d8660f528f7f (diff)
disable long debug output and implement --enable-ASN_DEBUG to restore old behavior
Diffstat (limited to 'asn1c')
-rwxr-xr-xasn1c/tests/check-assembly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1c/tests/check-assembly.sh b/asn1c/tests/check-assembly.sh
index 82245f0c..4d6e3000 100755
--- a/asn1c/tests/check-assembly.sh
+++ b/asn1c/tests/check-assembly.sh
@@ -41,7 +41,7 @@ asn_module=`echo ../${top_srcdir}/tests/${testno}-*.asn1`
cat > Makefile <<EOM
# This file is autogenerated by ../$0
-COMMON_FLAGS= -I. -DEMIT_ASN_DEBUG
+COMMON_FLAGS= -I.
CFLAGS = \${COMMON_FLAGS} ${CFLAGS} -g -O0
CPPFLAGS = -DSRCDIR=../${srcdir}
CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS}