aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-07-10 21:35:32 +0200
committerGitHub <noreply@github.com>2024-07-10 21:35:32 +0200
commitb74281d8b59c86507a9929276d2b3963dde2e8ce (patch)
tree144e00863c6636cc9e1e80dfcb8934936435623d /.github
parentefd2571459924f40718130f7edd28a72a76b12d7 (diff)
Set MultiGen to Release Mode (#1015)
* Explicitly set build type to Release cause mutligens suck * Wrong line * Anguish
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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