Skip to content

Commit a29fcd8

Browse files
committed
Compile with C++ v11
1 parent e23e740 commit a29fcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CC := g++
1+
CC := g++ --std=c++11
22
CCFLAGS := -Wall
33
DEBUGFLAGS := -DDEBUG
44

0 commit comments

Comments
 (0)