mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
bump c++ version for index_log
old-commit-hash: 9a605d2617bd701ce013eedbe0a47782c865fb09
This commit is contained in:
@@ -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) $@
|
||||
|
||||
Reference in New Issue
Block a user