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 | bb9309432fd35e95cf88b630853a928a3e3228c3 (patch) | |
tree | 6e5616f7028eb75a3539bbfac512abd7a91407fb /Makefile.am | |
parent | 3f8e33cfe481a09c121a410e66a6074b5d05683e (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 |