diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-02-09 07:16:49 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-02-09 07:16:49 +0100 |
commit | b7b092a08dd3a61abcd7f9daabfc21fd3a392fa9 (patch) | |
tree | 6aac5e00d5c7c2bd60df11e2ea63a03a8c45c598 /build_all.sh | |
parent | 27b4343c2a7e2583881485a5ac667894fec729f0 (diff) | |
download | reduced_system_layer-b7b092a08dd3a61abcd7f9daabfc21fd3a392fa9.zip |
Naming; blake2b hash; allocator
Diffstat (limited to 'build_all.sh')
-rwxr-xr-x | build_all.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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=" \ |