hyprpm,Makefile: drop cmake ninja build
This commit is contained in:
parent
eb0480ba0d
commit
d6e2ae0247
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue