Skip to content
Snippets Groups Projects
Verified Commit 6473988e authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#28] enable debug build for msvc

parent beb806d1
No related branches found
No related tags found
1 merge request!17Resolve "Warnstufe für MSVC abmildern"
Pipeline #24740 passed
......@@ -22,6 +22,5 @@ build_win10_msvc:
- cd $CI_PROJECT_DIR
- mkdir debug
- cd debug
# - cmake -DCMAKE_BUILD_TYPE=Debug .. # Debug Modus derzeit deaktiviert, da das Buildlog die maximale Größe von Gitlab überschreitet, wegen Warnings in Vulkan.hpp
- cmake ..
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment