8000 remove --static flags from macos commandline (not supported by clang) · arduino/clang-static-binaries@e9f29b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9f29b0

Browse files
committed
remove --static flags from macos commandline (not supported by clang)
1 parent e439b13 commit e9f29b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
config:
1616
- name: darwin
1717
os: macos-latest
18-
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ${POSIX_CMAKE_ARGS}'
18+
os-cmake-args: '-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ${POSIX_CMAKE_ARGS}'
1919
build-args: '-j$(sysctl -n hw.ncpu)'
2020
bindir: '/build/bin'
2121
arch: amd64

0 commit comments

Comments
 (0)
0