We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a90034 commit 014739eCopy full SHA for 014739e
README.md
@@ -110,12 +110,7 @@ Now build the StratusGFX source
110
cmake -Bbuild -S. -DBUILD_TESTS=OFF
111
cmake --build build/ -j 8 --config RelWithDebInfo
112
113
-### Debian Linux
114
-
115
- cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF
116
- cmake --build build/ -j 8
117
118
-### Arch Linux
+### Linux
119
120
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF
121
cmake --build build/ -j 8
0 commit comments