mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-24 15:15:44 +00:00
ci: use as-needed linker flag in gcc full-featured build
Test whether there are any linking issues
This commit is contained in:
parent
3035e29e74
commit
d77703b3dc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user