]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Do not use ASAN
authorJohan Malm <jgm323@gmail.com>
Mon, 16 Dec 2019 21:18:28 +0000 (21:18 +0000)
committerJohan Malm <jgm323@gmail.com>
Mon, 16 Dec 2019 21:18:28 +0000 (21:18 +0000)
Makefile

index c48b359f98cc353a9d8a79cd04dede69df7614f2..39a96da2b505a4feb4ec89c0203a4117a37b1c20 100644 (file)
--- 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`