build: bring back minsizerel
Build / build (push) Failing after 6m7s

This commit is contained in:
2026-06-20 08:17:03 -03:00
parent e46a60f95f
commit 83c1fba265
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ jobs:
- name: Configure CMake
run: |
cmake -B build -S . -G Ninja \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_SYSTEM_NAME=Windows \
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc \
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ \