aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHonkazel <[email protected]>2024-10-24 01:32:39 +0500
committerGitHub <[email protected]>2024-10-23 23:32:39 +0300
commitcdac64970e894c3211d94da8925fbf905b52a594 (patch)
treeede55c914c1159bdaa3ffedb55fe2c8ef2c0db7a
parent6e0aadc585c6d9fdaaebfa5853adbf9610897c82 (diff)
downloadHyprland-cdac64970e894c3211d94da8925fbf905b52a594.tar.gz
Hyprland-cdac64970e894c3211d94da8925fbf905b52a594.zip
Makefile: fix legacyrendererdebug typo (#8214)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98267eea..7cf21119 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ legacyrenderer:
legacyrendererdebug:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./build
- cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
+ cmake --build ./build --config Debug --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
release:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -S . -B ./build