Set MultiGen to Release Mode (#1015)

* Explicitly set build type to Release cause mutligens suck

* Wrong line

* Anguish
This commit is contained in:
Salanto 2024-07-10 21:35:32 +02:00 committed by GitHub
parent efd2571459
commit b74281d8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ jobs:
- name: Build
run: |
cmake .
cmake . -D CMAKE_BUILD_TYPE=Release
cmake --build . --config Release
- name: Deploy Windows