From 8e417ecb5c980fa37e08fd352c881561110f0e95 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Wed, 1 Apr 2020 18:56:59 +0200 Subject: makefile asan fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5d0fd97..29492bf0 100644 --- a/Makefile +++ b/Makefile @@ -156,8 +156,8 @@ ASAN_LDFLAGS+=-fsanitize=address -fstack-protector-all ifdef ASAN_BUILD $(info Compiling ASAN version of binaries) - CFLAGS+="$ASAN_CFLAGS" - LDFLAGS+="$ASAN_LDFLAGS" + CFLAGS+=$(ASAN_CFLAGS) + LDFLAGS+=$(ASAN_LDFLAGS) endif ifdef PROFILING -- cgit 1.4.1