Skip to content

Commit

Permalink
Merge pull request #2838 from krzycz/bench-cxx11
Browse files Browse the repository at this point in the history
benchmark: compile with c++11
  • Loading branch information
krzycz authored Apr 10, 2018
2 parents 7876719 + 3e4400b commit c54be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmarks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endif

CXXFLAGS = -Wall
CXXFLAGS += -Werror
CXXFLAGS += -std=c++0x
CXXFLAGS += -std=c++11
CXXFLAGS += -Wno-invalid-offsetof
CXXFLAGS += -Wpointer-arith
CXXFLAGS += -Wunused-macros
Expand Down

0 comments on commit c54be19

Please sign in to comment.