bump c++ version for index_log

old-commit-hash: 9a605d2617bd701ce013eedbe0a47782c865fb09
This commit is contained in:
Adeeb Shihadeh
2020-10-23 22:12:30 -07:00
parent c84a953a8b
commit df208e441a
+1 -1
View File
@@ -3,7 +3,7 @@ CXX := g++
index_log: index_log.cc
$(eval $@_TMP := $(shell mktemp))
$(CXX) -std=gnu++11 -o $($@_TMP) \
$(CXX) -std=c++1z -o $($@_TMP) \
index_log.cc \
-lcapnp -lkj
mv $($@_TMP) $@