Skip to content

Commit a4310fb

Browse files
committed
CI: Fix warning spam from ld
We are getting closer! It turns out that it's a flag for linker! not compiler. Reference link below. https://forums.developer.apple.com/forums/thread/731086
1 parent 6753f25 commit a4310fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/multiarch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030

3131
- name: Configure CMake
3232
env:
33-
CFLAGS: "-WM11.0"
34-
CXXFLAGS: "-WM11.0"
33+
LDFLAGS: "-ld_classic"
3534
run: >
3635
cmake
3736
-B ${{github.workspace}}/build

0 commit comments

Comments
 (0)