Revert "retest with -O2"

This reverts commit 8350568a266540086a090791e309f90cb0b74b31.

Tested OK: https://github.com/curl/curl/actions/runs/13524371883/job/37791124114
This commit is contained in:
Viktor Szakats 2025-02-25 16:13:04 +01:00
parent 04c43cde7a
commit d08ce63419
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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 \