Skip to content

Commit

Permalink
Solving issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 7, 2015
1 parent b1ac45a commit a820cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
#
.SUFFIXES: .cpp .o .c .h

CXXFLAGS = -ggdb -g3 -O2 -Wall -Woverloaded-virtual -Wsign-promo -Wold-style-cast
CXXFLAGS = -std=c++11 -ggdb -g3 -O2 -Wall -Woverloaded-virtual -Wsign-promo -Wold-style-cast
#-DNDEBUG
all: unit speedtesting example example2 example3 example64bits example4

Expand Down

0 comments on commit a820cfa

Please sign in to comment.