From: Johan Malm Date: Mon, 16 Dec 2019 21:18:28 +0000 (+0000) Subject: Do not use ASAN X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2d12a8778ec45531e9a5a476f1fd7d1859af8cb2;p=proto%2Flabwc.git Do not use ASAN --- 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`