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 6f8a733 commit 9206dd2Copy full SHA for 9206dd2
.github/workflows/alpine.yaml
@@ -105,7 +105,7 @@ jobs:
105
echo 'int main() {}' >main.cc
106
${{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
- -include prelude.cc main.cc -dM -E | fgrep -e FLT -e SSE
+ -include prelude.cc main.cc -dM -E | fgrep -e FLT_EVAL -e SSE
109
readelf -h a.out
110
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
111
END
0 commit comments