Skip to content

Commit

Permalink
Set proper c++ standard for landgen
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jun 26, 2018
1 parent 94bbd75 commit 7ead4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dist_sounds_DATA = sounds/*
noinst_PROGRAMS = langen
langen_SOURCES = langen.cpp
# Disable optimization, not needed
langen_CXXFLAGS = -O0
langen_CXXFLAGS = -O0 -std=c++11

# Generation of language-data.cpp
language-data.cpp: langen
Expand Down

0 comments on commit 7ead4fd

Please sign in to comment.