git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14782
# -fno-builtin is important for defeating LLVM's idiom recognition
# that somehow causes VG_(memset) to get into infinite recursion.
AM_CFLAGS_BASE = \
- -Og \
+ -O2 -g \
-Wall \
-Wcast-align \
-Wmissing-prototypes \
include $(top_srcdir)/Makefile.all.am
-#TOOLS = memcheck \
-# cachegrind \
-# callgrind \
-# massif \
-# lackey \
-# none \
-# helgrind \
-# drd
-#
-#EXP_TOOLS = exp-sgcheck \
-# exp-bbv \
-# exp-dhat
-TOOLS = none memcheck
-EXP_TOOLS =
+TOOLS = memcheck \
+ cachegrind \
+ callgrind \
+ massif \
+ lackey \
+ none \
+ helgrind \
+ drd
+
+EXP_TOOLS = exp-sgcheck \
+ exp-bbv \
+ exp-dhat
# Put docs last because building the HTML is slow and we want to get
# everything else working before we try it.
"rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
\
runcmd "Configuring " \
- "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure --build=aarch64-unknown-linux-gnu)" && \
+ "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
\
runcmd "Building " \
- "(cd gsl-1.6-patched && make -j6 && make -k check)"
+ "(cd gsl-1.6-patched && make -j4 && make -k check)"
echo -n " Collecting reference results "
rm -f out-REF