Skip to content

Commit 7f2aa7f

Browse files
committed
Random backup
1 parent 39ce2ac commit 7f2aa7f

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
@@ -102,7 +102,7 @@ jobs:
102102
exec 2>&1
103103
sudo chroot /srv/alpine /bin/su - runner <<'END'
104104
set -x
105-
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 \
105+
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 -fmath-errno \
106106
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
107107
prelude.cc
108108
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=

0 commit comments

Comments
 (0)