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 | df3b23968d5bda4050b7f7a002a7e5a1d7a48a74 (patch) | |
tree | 3d2f86bbfa03d3fb1d207253cad3e8e29c22f390 /extractor/Makefile.am | |
parent | ba206aaac1d95e76126443c9e7ccc5941e879849 (diff) |
only turn on c++11 for extractor
Diffstat (limited to 'extractor/Makefile.am')
-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 |