We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ce2ac commit 7f2aa7fCopy full SHA for 7f2aa7f
.github/workflows/alpine.yaml
@@ -102,7 +102,7 @@ jobs:
102
exec 2>&1
103
sudo chroot /srv/alpine /bin/su - runner <<'END'
104
set -x
105
- ${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 \
+ ${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 -fmath-errno \
106
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
107
prelude.cc
108
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
0 commit comments