We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a8ad6 commit 47cc5faCopy full SHA for 47cc5fa
.github/workflows/alpine.yaml
@@ -103,7 +103,7 @@ jobs:
103
sudo chroot /srv/alpine /bin/su - runner <<'END'
104
set -x
105
echo 'int main() {}' >main.cc
106
- ${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 -fmath-errno \
+ ${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -fPIC -Wno-psabi -O3 -fmath-errno \
107
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
108
prelude.cc
109
ls a.out
0 commit comments