Set MultiGen to Release Mode (#1015)
* Explicitly set build type to Release cause mutligens suck * Wrong line * Anguish
This commit is contained in:
parent
efd2571459
commit
b74281d8b5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake .
|
||||
cmake . -D CMAKE_BUILD_TYPE=Release
|
||||
cmake --build . --config Release
|
||||
|
||||
- name: Deploy Windows
|
||||
|
Loading…
Reference in New Issue
Block a user