Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit bb7a753

Browse files
revert Makefile
1 parent 4494435 commit bb7a753

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ ifneq ($(JSON11_ENABLE_DR1467_CANARY),)
66
CANARY_ARGS = -DJSON11_ENABLE_DR1467_CANARY=$(JSON11_ENABLE_DR1467_CANARY)
77
endif
88

9-
ifneq ($(JSON11_BUILD_TESTS),)
10-
JSON11_BUILD_TESTS_ARGS = -DJSON11_BUILD_TESTS=$(JSON11_BUILD_TESTS)
11-
endif
12-
139
test: json11.cpp json11.hpp test.cpp
14-
$(CXX) $(CANARY_ARGS) $(JSON11_BUILD_TESTS_ARGS) -O -std=c++11 json11.cpp test.cpp -o test -fno-rtti -fno-exceptions
10+
$(CXX) $(CANARY_ARGS) -O -std=c++11 json11.cpp test.cpp -o test -fno-rtti -fno-exceptions
1511

1612
clean:
1713
if [ -e test ]; then rm test; fi

0 commit comments

Comments
 (0)