mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-05-17 08:26:28 +03:00
scripts/build: support $VAL levels for valgrind other than 1
Signed-off-by: James Yonan <james@openvpn.net>
This commit is contained in:
@@ -320,7 +320,7 @@ else
|
||||
fi
|
||||
|
||||
# Valgrind -- but only if ASAN is not enabled
|
||||
if [ "$ASAN" = "" -a "$VAL" = "1" ]; then
|
||||
if [ "$ASAN" = "" -a "$VAL" ]; then
|
||||
CPPFLAGS="$CPPFLAGS -DHAVE_VALGRIND"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user