aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-12-22 01:25:04 +0000
committervaxerski <[email protected]>2022-12-22 01:25:04 +0000
commiteb9d06322928bbd5bc576dc15a869b0f833be48c (patch)
tree25f64308c9e594775671a81338e1db27a930609a /Makefile
parenta1143521d396b7cbe1423bbd1bcb6b2c07f8df8f (diff)
downloadHyprland-eb9d06322928bbd5bc576dc15a869b0f833be48c.tar.gz
Hyprland-eb9d06322928bbd5bc576dc15a869b0f833be48c.zip
Added make configdebug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb18e240..89cb200c 100644
--- a/Makefile
+++ b/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 \