mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-15 18:53:39 +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…
Add table
Reference in a new issue