Remove verbose logging
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
415c28a4ca
commit
e8a74c751b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ build() {
|
||||||
export CC="/usr/bin/clang"
|
export CC="/usr/bin/clang"
|
||||||
export CXX="/usr/bin/clang++"
|
export CXX="/usr/bin/clang++"
|
||||||
|
|
||||||
cmake -S . -B build-linux -G Ninja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/linux-x64.cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DUSE_VULKAN=ON -DUSE_DISCORD_RICH_PRESENCE=OFF
|
cmake -S . -B build-linux -G Ninja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/linux-x64.cmake -DCMAKE_BUILD_TYPE=Release -DUSE_VULKAN=ON -DUSE_DISCORD_RICH_PRESENCE=OFF
|
||||||
cmake --build build-linux
|
cmake --build build-linux
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue