File tree 3 files changed +15
-17
lines changed
3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ clean-noinst_DSYMS:
97
97
# -fno-builtin is important for defeating LLVM's idiom recognition
98
98
# that somehow causes VG_(memset) to get into infinite recursion.
99
99
AM_CFLAGS_BASE = \
100
- -Og \
100
+ -O2 -g \
101
101
-Wall \
102
102
-Wcast-align \
103
103
-Wmissing-prototypes \
Original file line number Diff line number Diff line change @@ -3,20 +3,18 @@ AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2
3
3
4
4
include $(top_srcdir ) /Makefile.all.am
5
5
6
- # TOOLS = memcheck \
7
- # cachegrind \
8
- # callgrind \
9
- # massif \
10
- # lackey \
11
- # none \
12
- # helgrind \
13
- # drd
14
- #
15
- # EXP_TOOLS = exp-sgcheck \
16
- # exp-bbv \
17
- # exp-dhat
18
- TOOLS = none memcheck
19
- EXP_TOOLS =
6
+ TOOLS = memcheck \
7
+ cachegrind \
8
+ callgrind \
9
+ massif \
10
+ lackey \
11
+ none \
12
+ helgrind \
13
+ drd
14
+
15
+ EXP_TOOLS = exp-sgcheck \
16
+ exp-bbv \
17
+ exp-dhat
20
18
21
19
# Put docs last because building the HTML is slow and we want to get
22
20
# everything else working before we try it.
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ runcmd "Untarring " \
89
89
" rm -rf gsl-1.6-patched && tar xzf $GSL_FILE " && \
90
90
\
91
91
runcmd " Configuring " \
92
- " (cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\" $GSL_CFLAGS \" ./configure --build=aarch64-unknown-linux-gnu )" && \
92
+ " (cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\" $GSL_CFLAGS \" ./configure)" && \
93
93
\
94
94
runcmd " Building " \
95
- " (cd gsl-1.6-patched && make -j6 && make -k check)"
95
+ " (cd gsl-1.6-patched && make -j4 && make -k check)"
96
96
97
97
echo -n " Collecting reference results "
98
98
rm -f out-REF
You can’t perform that action at this time.
0 commit comments