From d77703b3dcccfd086e60f40c23df9a2647840681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 27 Jan 2021 14:32:03 +0100 Subject: ci: use as-needed linker flag in gcc full-featured build Test whether there are any linking issues --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c95ee6..00304890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # Enable LTO, might trigger additional warnings on advanced inlining env: CFLAGS: -O3 -g -flto - LDFLAGS: -O3 -g -flto + LDFLAGS: -O3 -g -flto -Wl,--as-needed steps: - uses: actions/checkout@v2 - name: Install Dependencies -- cgit v1.2.3