From c944f1ec672055ab0fa8f3f8b1300e9f5cf0ad67 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Fri, 23 May 2025 12:08:13 +0500 Subject: [PATCH] Symbian workflow fixes --- .github/workflows/build_symbian.yml | 2 +- misc/symbian/ClassiCube_common.mmh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_symbian.yml b/.github/workflows/build_symbian.yml index 5380a4fd1..a6d30bd58 100644 --- a/.github/workflows/build_symbian.yml +++ b/.github/workflows/build_symbian.yml @@ -33,8 +33,8 @@ jobs: $Env:ARMLMD_LICENSE_FILE = "$pwd/ARM/Licenses/license.dat;$pwd/ARM/Licenses/License.lic" cmd /c "$SDK/epoc32/tools/sbs\bin\sbs.bat -b misc/symbian/bld.inf -c armv5_urel -f - -m $SDK/epoc32/build/ClassiCube/makefile -j 4" - (Get-Content misc/symbian/ClassiCube.pkg).Replace('$(EPOCROOT)', "$SDK").Replace('$(PLATFORM)', 'armv5').Replace('$(TARGET)', 'urel') | Set-Content misc/symbian/ClassiCube.pkg cd misc/symbian + (Get-Content ClassiCube.pkg).Replace('$(EPOCROOT)', "$SDK").Replace('$(PLATFORM)', 'armv5').Replace('$(TARGET)', 'urel') | Set-Content ClassiCube.pkg cmd /c "$SDK/epoc32/tools/makesis.exe ClassiCube.pkg ClassiCube.sis" - uses: ./.github/actions/upload_build diff --git a/misc/symbian/ClassiCube_common.mmh b/misc/symbian/ClassiCube_common.mmh index 1a6267d3c..ef8c30319 100644 --- a/misc/symbian/ClassiCube_common.mmh +++ b/misc/symbian/ClassiCube_common.mmh @@ -35,8 +35,6 @@ LIBRARY libpthread.lib STATICLIBRARY libcrt0.lib -OPTION GCCE -O2 -std=c99 - OPTION ARMCC -Otime --diag_suppress 1296 --diag_suppress 1293 --diag_suppress 66 OPTION_REPLACE ARMCC --cpu 6 OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast