diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-08-01 18:27:51 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-08-01 18:27:51 +0200 |
commit | b6d085d66decb602e88f32fb5cef27b10e83e69e (patch) | |
tree | 0e10ff8557113e8c9a05508036a073c6ec5d4908 /Makefile.am | |
parent | eb3ea4fd5dff1c94b237af792c9f7bf421d79d96 (diff) |
Makefile.am, dtrain output, python build
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 4df72cff..332542c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,4 @@ SUBDIRS = \ 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 |