mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-29 12:31:58 +03:00
Added make configdebug
This commit is contained in:
parent
a1143521d3
commit
eb9d063229
10
Makefile
10
Makefile
@ -201,6 +201,16 @@ config:
|
||||
|
||||
cd subprojects/wlroots && ninja -C build/ install
|
||||
|
||||
configdebug:
|
||||
make protocols
|
||||
|
||||
make fixwlr
|
||||
|
||||
cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=debug -Dwerror=false -Dexamples=false -Db_sanitize=address
|
||||
cd subprojects/wlroots && ninja -C build/
|
||||
|
||||
cd subprojects/wlroots && ninja -C build/ install
|
||||
|
||||
man:
|
||||
pandoc ./docs/Hyprland.1.rst \
|
||||
--standalone \
|
||||
|
Loading…
Reference in New Issue
Block a user