From b7b092a08dd3a61abcd7f9daabfc21fd3a392fa9 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 9 Feb 2025 07:16:49 +0100 Subject: Naming; blake2b hash; allocator --- build_all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build_all.sh') diff --git a/build_all.sh b/build_all.sh index d5c2305..e4674e4 100755 --- a/build_all.sh +++ b/build_all.sh @@ -7,10 +7,9 @@ FLAGS_X11=" \ -Wno-unused-parameter \ -Wno-overlength-strings \ -D NDEBUG \ - -D NO_WAYLAND=0 \ -O3 \ -fsanitize=undefined,address,leak \ - -lX11 -lm -lasound \ + -lm -lX11 -lasound \ -lwayland-client" FLAGS_WEB=" \ -- cgit v1.2.3