From eb9d06322928bbd5bc576dc15a869b0f833be48c Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 22 Dec 2022 01:25:04 +0000 Subject: [PATCH] Added make configdebug --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 \