hyprpm,Makefile: drop cmake ninja build

This commit is contained in:
Mihai Fufezan 2026-01-20 13:25:47 +02:00
parent eb0480ba0d
commit d6e2ae0247
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ asan:
@echo "Wayland done"
patch -p1 < ./scripts/hyprlandStaticAsan.diff
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DWITH_ASAN:STRING=True -DUSE_TRACY:STRING=False -DUSE_TRACY_GPU:STRING=False -S . -B ./build -G Ninja
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DWITH_ASAN:STRING=True -DUSE_TRACY:STRING=False -DUSE_TRACY_GPU:STRING=False -S . -B ./build
cmake --build ./build --config Debug --target all
@echo "Hyprland done"