Skip to content

Commit 780d614

Browse files
committed
Add C++11 flag
1 parent d3260cd commit 780d614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = gcc
2-
CFLAGS = -Wall -Ofast -lre2 -lWN -lglib-2.0 -lgflags \
2+
CFLAGS = -Wall -Ofast -std=gnu++11 -lre2 -lWN -lglib-2.0 -lgflags \
33
`icu-config --cppflags --ldflags` `mecab-config --libs`
44

55
all: string-splitter

0 commit comments

Comments
 (0)