Skip to content

Commit 47cc5fa

Browse files
committed
Random backup
1 parent 81a8ad6 commit 47cc5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
sudo chroot /srv/alpine /bin/su - runner <<'END'
104104
set -x
105105
echo 'int main() {}' >main.cc
106-
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 -fmath-errno \
106+
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -fPIC -Wno-psabi -O3 -fmath-errno \
107107
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
108108
prelude.cc
109109
ls a.out

0 commit comments

Comments
 (0)