From bee06f35073da245b71221897becc74260a5b51f Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 5 Nov 2022 18:05:15 +0000 Subject: [PATCH] add more wlroots flags for faster compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7106e9a4..08c28674 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ config: make fixwlr - cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=release + cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=release -Dwerror=false -Dexamples=false cd subprojects/wlroots && ninja -C build/ cd subprojects/wlroots && ninja -C build/ install