From afa82f4b48234a6e121c2650202428de54cfad8b Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:46:10 +0200 Subject: [PATCH] Fixed build --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 0000de0..e84a3a9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -21,7 +21,7 @@ jobs: config: - {arch: x86_64, branch: latest-stable, flags: "-ffunction-sections"} - {arch: aarch64, branch: latest-stable, flags: "-ffunction-sections -mfix-cortex-a53-835769 -mfix-cortex-a53-843419"} - - {arch: riscv64, branch: edge, flags: "-ffunction-sections"} + - {arch: riscv64, branch: edge, flags: "-ffunction-sections -ffat-lto-objects"} steps: - name: Setup Alpine Linux