1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

remove obsolete line

This commit is contained in:
Lee Thompson
2012-12-04 16:50:11 -06:00
parent 76c8706145
commit 99353d8c84

@ -32,7 +32,6 @@ jq_CPPFLAGS = -O $(DEVCFLAGS) -DJQ_DEBUG=0
TESTS = jq_test
jq_test_SOURCES = $(JQ_SRC) jq_test.c
dist_jq_test_SOURCES = $(DIST_JQ_SRC)
jq_test_CPPFLAGS = $(DEVCFLAGS) -DJQ_DEBUG=1
LOG_COMPILER = valgrind
AM_LOG_FLAGS = --error-exitcode=1 -q --leak-check=full