summaryrefslogtreecommitdiff
path: root/phrasinator/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-27 16:06:05 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-05-27 16:06:05 -0400
commit72d85a039e7334c8280cc82a4ae78628d4867c8c (patch)
treee7f0eba1459ce0b15afbfc45b29aede180285384 /phrasinator/Makefile.am
parentb15fdf3b770eae3052a43ab3d19b1ff5ea9eca76 (diff)
fix werror
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r--phrasinator/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am
index 486cd21b..3ddd1934 100644
--- a/phrasinator/Makefile.am
+++ b/phrasinator/Makefile.am
@@ -11,4 +11,4 @@ gibbs_train_plm_LDADD = $(top_srcdir)/utils/libutils.a -lz
#head_bigram_model_SOURCES = head_bigram_model.cc
#head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz
-AM_CPPFLAGS = -funroll-loops -ffast-math -W -Wall -Werror -I$(top_srcdir)/utils
+AM_CPPFLAGS = -funroll-loops -ffast-math -W -Wall -I$(top_srcdir)/utils