mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 22:25:58 +01:00
add more wlroots flags for faster compile
This commit is contained in:
parent
5a750b485a
commit
bee06f3507
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -188,7 +188,7 @@ config:
|
||||||
|
|
||||||
make fixwlr
|
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/
|
||||||
|
|
||||||
cd subprojects/wlroots && ninja -C build/ install
|
cd subprojects/wlroots && ninja -C build/ install
|
||||||
|
|
Loading…
Reference in a new issue