Skip to content

Commit

Permalink
Add -std=c++11 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Feb 20, 2018
1 parent c26b3d5 commit 4b85010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# OSX
CXX = g++-7

CXXFLAGS = -O2
CXXFLAGS = -O2 -std=c++11

# Add the directory containing boost header files here
INCLUDE = -I../include -I$(HOME)/include
Expand Down

0 comments on commit 4b85010

Please sign in to comment.