We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04beb8 commit b11c93aCopy full SHA for b11c93a
test/Makefile
@@ -74,7 +74,7 @@ test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
74
$(CXX) -o $@ -I.. $(CXXFLAGS) test.cc include_httplib.cc $(TEST_ARGS)
75
@file $@
76
77
-test-stream : test-stream.cc ../httplib.h Makefile
+test-stream : test-stream.cc ../httplib.h Makefile cert.pem
78
$(CXX) -o $@ -I.. -std=c++20 -g -Wall -Wextra -Wtype-limits -Wconversion -Wshadow test-stream.cc $(TEST_ARGS)
79
80
0 commit comments