diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2012-12-15 02:53:56 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2012-12-15 02:53:56 -0500 |
commit | c7b1dc8eabd50eefb7403ce36d2746f2df39e30e (patch) | |
tree | 4825420ae4cbf5a97bf378f5f3b7b2a5133d66f2 /example_extff | |
parent | f5bc0c9ad71b9cf7d46ad56862a084f168817753 (diff) |
enable kenlm compression
Diffstat (limited to 'example_extff')
-rw-r--r-- | example_extff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_extff/Makefile.am b/example_extff/Makefile.am index ac2694ca..7b7c34b5 100644 --- a/example_extff/Makefile.am +++ b/example_extff/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wno-sign-compare $(GTEST_CPPFLAGS) -I.. -I../mteval -I../utils -I../klm -I../decoder +AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wall -Wno-sign-compare -I.. -I../mteval -I../utils -I../klm -I../decoder lib_LTLIBRARIES = libff_example.la libff_example_la_SOURCES = ff_example.cc |