We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1a608 commit 54ff817Copy full SHA for 54ff817
logging/build.sh
@@ -1,3 +1,3 @@
1
g++ LogStream_test.cc LogStream.cc -o test -Wall -g -DBOOST_TEST_DYN_LINK -lboost_unit_test_framework
2
g++ LogStream_bench.cc LogStream.cc ../datetime/Timestamp.cc -o bench -Wall -g -O2
3
-g++ Logging_test.cc Logging.cc LogStream.cc ../datetime/Timestamp.cc -I.. -o test_log -Wall -g
+g++ Logging_test.cc Logging.cc LogStream.cc ../datetime/Timestamp.cc ../thread/Thread.cc -I.. -o test_log -Wall -g -lpthread
0 commit comments