From 04c43cde7ab3560683c68367df59044b0a11ff0f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 16:06:11 +0100 Subject: [PATCH] retest with -O2 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 56a2954960..1bf94555a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -629,7 +629,7 @@ jobs: -DCMAKE_SYSTEM_NAME=WindowsCE \ -DCMAKE_SYSTEM_VERSION=8.0 \ -DCMAKE_SYSTEM_PROCESSOR=arm \ - -DCMAKE_C_FLAGS='-O3 -DNDEBUG' \ + -DCMAKE_C_FLAGS='-O2 -DNDEBUG' \ -DCMAKE_C_COMPILER_TARGET=arm-mingw32ce \ -DCMAKE_C_COMPILER=arm-mingw32ce-gcc \ -DCMAKE_RC_COMPILER=arm-mingw32ce-windres \