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 73132fb commit bec183fCopy full SHA for bec183f
contrib/pg_tsdtm/tests/makefile
@@ -0,0 +1,10 @@
1
+CXX=g++
2
+CXXFLAGS=-g -Wall -O2 -pthread
3
+
4
+all: dtmbench
5
6
+dtmbench: dtmbench.cpp
7
+ $(CXX) $(CXXFLAGS) -o dtmbench dtmbench.cpp -lpqxx
8
9
+clean:
10
+ rm -f dtmbench
0 commit comments