From 2d12a8778ec45531e9a5a476f1fd7d1859af8cb2 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 16 Dec 2019 21:18:28 +0000 Subject: [PATCH] Do not use ASAN --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c48b359f..39a96da2 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ CFLAGS += -Wextra -Wno-format-zero-length -Wold-style-definition -Woverflow \ LDFLAGS += `pkg-config --libs wlroots wayland-server xkbcommon` ASAN_FLAGS = -O0 -fsanitize=address -fno-common -fno-omit-frame-pointer -rdynamic -CFLAGS += $(ASAN_FLAGS) -LDFLAGS += $(ASAN_FLAGS) -fuse-ld=gold +#CFLAGS += $(ASAN_FLAGS) +#LDFLAGS += $(ASAN_FLAGS) -fuse-ld=gold WP = `pkg-config --variable=pkgdatadir wayland-protocols` WS = `pkg-config --variable=wayland_scanner wayland-scanner` -- 2.52.0