diff options
author | vaxerski <[email protected]> | 2022-11-05 18:05:15 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-05 18:05:15 +0000 |
commit | bee06f35073da245b71221897becc74260a5b51f (patch) | |
tree | 216d5aa5bd3f625271ad9d494f0beb5247417879 /Makefile | |
parent | 5a750b485aca8b2fd5545cfe86b3a48c69355d65 (diff) | |
download | Hyprland-bee06f35073da245b71221897becc74260a5b51f.tar.gz Hyprland-bee06f35073da245b71221897becc74260a5b51f.zip |
add more wlroots flags for faster compile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |