mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:25:59 +01:00
Added make configdebug
This commit is contained in:
parent
a1143521d3
commit
eb9d063229
1 changed files with 10 additions and 0 deletions
10
Makefile
10
Makefile
|
@ -201,6 +201,16 @@ config:
|
||||||
|
|
||||||
cd subprojects/wlroots && ninja -C build/ install
|
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:
|
man:
|
||||||
pandoc ./docs/Hyprland.1.rst \
|
pandoc ./docs/Hyprland.1.rst \
|
||||||
--standalone \
|
--standalone \
|
||||||
|
|
Loading…
Reference in a new issue