From 07be6a3a816813014c17720cbb47aef4579ccc3e Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:07:08 +0100 Subject: [PATCH] CI: removed duplicate compiler flag --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bcc8c65f..2348e007 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,9 +18,9 @@ jobs: strategy: matrix: config: - - {arch: x86_64, branch: latest-stable, flags: "-ffunction-sections -Wno-error=inline"} - - {arch: aarch64, branch: latest-stable, flags: "-ffunction-sections -Wno-error=inline -mfix-cortex-a53-835769 -mfix-cortex-a53-843419"} - - {arch: riscv64, branch: edge, flags: "-ffunction-sections -Wno-error=inline"} + - {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"} steps: - name: Setup Alpine Linux @@ -175,7 +175,7 @@ jobs: strategy: matrix: config: - - {flags: "-fuse-linker-plugin -ffunction-sections -Wno-error=inline"} + - {flags: "-fuse-linker-plugin -ffunction-sections"} steps: - name: Install dependencies