diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-10 21:35:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 21:35:32 +0200 |
| commit | b74281d8b59c86507a9929276d2b3963dde2e8ce (patch) | |
| tree | 144e00863c6636cc9e1e80dfcb8934936435623d | |
| parent | efd2571459924f40718130f7edd28a72a76b12d7 (diff) | |
Set MultiGen to Release Mode (#1015)
* Explicitly set build type to Release cause mutligens suck
* Wrong line
* Anguish
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 228a76ff..e4589b4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: - name: Build run: | - cmake . + cmake . -D CMAKE_BUILD_TYPE=Release cmake --build . --config Release - name: Deploy Windows |
