Skip to content

Commit c20933e

Browse files
committed
---
yaml --- r: 1500 b: refs/heads/master c: 7f74d4d h: refs/heads/master v: v3
1 parent deeb3ff commit c20933e

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2a241ece3a8fdaa536946b29eeab4524da164903
2+
refs/heads/master: 7f74d4d4f2e0635d644be6e2259973b5cf559a2e

trunk/src/Makefile

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ ifeq ($(CFG_OSTYPE), FreeBSD)
4343
endif
4444
CFG_NATIVE := 1
4545
CFG_UNIXY := 1
46-
CFG_VALGRIND := $(shell which valgrind)
47-
ifdef CFG_VALGRIND
48-
CFG_VALGRIND += --leak-check=full \
49-
--error-exitcode=1 \
50-
--quiet --vex-iropt-level=0 \
51-
--suppressions=etc/x86.supp
52-
endif
5346
endif
5447

5548
ifeq ($(CFG_OSTYPE), Linux)
@@ -63,13 +56,6 @@ ifeq ($(CFG_OSTYPE), Linux)
6356
endif
6457
CFG_NATIVE := 1
6558
CFG_UNIXY := 1
66-
CFG_VALGRIND := $(shell which valgrind)
67-
ifdef CFG_VALGRIND
68-
CFG_VALGRIND += --leak-check=full \
69-
--error-exitcode=1 \
70-
--quiet --vex-iropt-level=0 \
71-
--suppressions=etc/x86.supp
72-
endif
7359
endif
7460

7561
ifeq ($(CFG_OSTYPE), Darwin)
@@ -137,6 +123,13 @@ ifdef CFG_UNIXY
137123
CFG_GCC_LINK_FLAGS += -m32
138124
endif
139125
endif
126+
CFG_VALGRIND := $(shell which valgrind)
127+
ifdef CFG_VALGRIND
128+
CFG_VALGRIND += --leak-check=full \
129+
--error-exitcode=1 \
130+
--quiet --vex-iropt-level=0 \
131+
--suppressions=etc/x86.supp
132+
endif
140133
endif
141134

142135
ifdef CFG_GCC

0 commit comments

Comments
 (0)