mirror of
https://github.com/labwc/labwc.git
synced 2026-03-14 05:33:52 -04:00
Do not use ASAN
This commit is contained in:
parent
c3e98c4930
commit
2d12a8778e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -7,8 +7,8 @@ CFLAGS += -Wextra -Wno-format-zero-length -Wold-style-definition -Woverflow \
|
||||||
LDFLAGS += `pkg-config --libs wlroots wayland-server xkbcommon`
|
LDFLAGS += `pkg-config --libs wlroots wayland-server xkbcommon`
|
||||||
|
|
||||||
ASAN_FLAGS = -O0 -fsanitize=address -fno-common -fno-omit-frame-pointer -rdynamic
|
ASAN_FLAGS = -O0 -fsanitize=address -fno-common -fno-omit-frame-pointer -rdynamic
|
||||||
CFLAGS += $(ASAN_FLAGS)
|
#CFLAGS += $(ASAN_FLAGS)
|
||||||
LDFLAGS += $(ASAN_FLAGS) -fuse-ld=gold
|
#LDFLAGS += $(ASAN_FLAGS) -fuse-ld=gold
|
||||||
|
|
||||||
WP = `pkg-config --variable=pkgdatadir wayland-protocols`
|
WP = `pkg-config --variable=pkgdatadir wayland-protocols`
|
||||||
WS = `pkg-config --variable=wayland_scanner wayland-scanner`
|
WS = `pkg-config --variable=wayland_scanner wayland-scanner`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue