mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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`
|
||||
|
||||
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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue