Skip to content

Commit 7ead4fd

Browse files
committed
Set proper c++ standard for landgen
1 parent 94bbd75 commit 7ead4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dist_sounds_DATA = sounds/*
2121
noinst_PROGRAMS = langen
2222
langen_SOURCES = langen.cpp
2323
# Disable optimization, not needed
24-
langen_CXXFLAGS = -O0
24+
langen_CXXFLAGS = -O0 -std=c++11
2525

2626
# Generation of language-data.cpp
2727
language-data.cpp: langen

0 commit comments

Comments
 (0)