From d08ce634194a07f395f9fcdcca57642574a67fc9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 16:13:04 +0100 Subject: [PATCH] Revert "retest with -O2" This reverts commit 8350568a266540086a090791e309f90cb0b74b31. Tested OK: https://github.com/curl/curl/actions/runs/13524371883/job/37791124114 --- .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 1bf94555a7..56a2954960 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='-O2 -DNDEBUG' \ + -DCMAKE_C_FLAGS='-O3 -DNDEBUG' \ -DCMAKE_C_COMPILER_TARGET=arm-mingw32ce \ -DCMAKE_C_COMPILER=arm-mingw32ce-gcc \ -DCMAKE_RC_COMPILER=arm-mingw32ce-windres \