diff options
author | Chris Dyer <redpony@gmail.com> | 2013-03-18 05:14:48 -0700 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2013-03-18 05:14:48 -0700 |
commit | 3aeab176d9068b13e3ca3394be4f9089f5952517 (patch) | |
tree | f0d458ee427a3dd3632c99ea7febe463dc571e07 /Makefile.am | |
parent | 4f452c5bf5cd0ed3cb50d31012f93a50366b3aac (diff) | |
parent | a416615b81380d664246f11a8047098c59185838 (diff) |
Merge pull request #17 from pks/master
dtrain
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6038effa..e017fba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,5 +21,5 @@ SUBDIRS = \ EXTRA_DIST = corpus tests python/pkg python/src python/tests python/examples compound-split environment AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -AM_CPPFLAGS = -D_GLIBCXX_PARALLEL +AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall |