diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-04-25 23:32:02 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-04-25 23:32:02 -0400 |
commit | 389f77ddd6a8eabe357691a9476f061f6262e563 (patch) | |
tree | c637cf641f86eb83ab8e78fe021c32cfcca4add1 /extractor | |
parent | e8b412577b9d3fe2090b9f48443f919cd268c809 (diff) |
only turn on c++11 for extractor
Diffstat (limited to 'extractor')
-rw-r--r-- | extractor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/Makefile.am b/extractor/Makefile.am index d8239b7d..fc799f74 100644 --- a/extractor/Makefile.am +++ b/extractor/Makefile.am @@ -145,5 +145,5 @@ libextractor_a_SOURCES = \ translation_table.cc \ vocabulary.cc -AM_CPPFLAGS = -W -Wall -Wno-sign-compare -std=c++0x -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) +AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(CXX11_SWITCH) -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) AM_LDFLAGS = -fopenmp |