File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MASON = .mason/mason
2
2
BOOST_VERSION = 1.62.0
3
3
4
4
CXX := $(CXX )
5
- CXX_STD ?= c++11
5
+ CXX_STD ?= c++17
6
6
7
7
BOOST_ROOT = $(shell $(MASON ) prefix boost $(BOOST_VERSION ) )
8
8
BOOST_FLAGS = -isystem $(BOOST_ROOT ) /include/
@@ -112,10 +112,10 @@ coverage:
112
112
113
113
sizes : Makefile
114
114
mkdir -p ./out
115
- @$(CXX ) -o ./out/our_variant_hello_world.out include/mapbox/variant.hpp -I./include $(FINAL_CXXFLAGS ) && du -h --apparent-size ./out/our_variant_hello_world.out
116
- @$(CXX ) -o ./out/boost_variant_hello_world.out $(BOOST_ROOT ) /include/boost/variant.hpp -I./include $(FINAL_CXXFLAGS ) $(BOOST_FLAGS ) && du -h --apparent-size ./out/boost_variant_hello_world.out
117
- @$(CXX ) -o ./out/our_variant_hello_world ./test/our_variant_hello_world.cpp -I./include $(FINAL_CXXFLAGS ) && du -h --apparent-size ./out/our_variant_hello_world
118
- @$(CXX ) -o ./out/boost_variant_hello_world ./test/boost_variant_hello_world.cpp -I./include $(FINAL_CXXFLAGS ) $(BOOST_FLAGS ) && du -h --apparent-size ./out/boost_variant_hello_world
115
+ @$(CXX ) -o ./out/our_variant_hello_world.out include/mapbox/variant.hpp -I./include $(FINAL_CXXFLAGS ) && ls -lah ./out/our_variant_hello_world.out
116
+ @$(CXX ) -o ./out/boost_variant_hello_world.out $(BOOST_ROOT ) /include/boost/variant.hpp -I./include $(FINAL_CXXFLAGS ) $(BOOST_FLAGS ) && ls -lah ./out/boost_variant_hello_world.out
117
+ @$(CXX ) -o ./out/our_variant_hello_world ./test/our_variant_hello_world.cpp -I./include $(FINAL_CXXFLAGS ) && ls -lah ./out/our_variant_hello_world
118
+ @$(CXX ) -o ./out/boost_variant_hello_world ./test/boost_variant_hello_world.cpp -I./include $(FINAL_CXXFLAGS ) $(BOOST_FLAGS ) && ls -lah ./out/boost_variant_hello_world
119
119
120
120
profile : out/bench-variant-debug
121
121
mkdir -p profiling/
You can’t perform that action at this time.
0 commit comments