aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-11-05 18:05:15 +0000
committervaxerski <[email protected]>2022-11-05 18:05:15 +0000
commitbee06f35073da245b71221897becc74260a5b51f (patch)
tree216d5aa5bd3f625271ad9d494f0beb5247417879 /Makefile
parent5a750b485aca8b2fd5545cfe86b3a48c69355d65 (diff)
downloadHyprland-bee06f35073da245b71221897becc74260a5b51f.tar.gz
Hyprland-bee06f35073da245b71221897becc74260a5b51f.zip
add more wlroots flags for faster compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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