Skip to content

Commit 9206dd2

Browse files
committed
Random backup
1 parent 6f8a733 commit 9206dd2

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
@@ -105,7 +105,7 @@ jobs:
105105
echo 'int main() {}' >main.cc
106106
${{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 \
108-
-include prelude.cc main.cc -dM -E | fgrep -e FLT -e SSE
108+
-include prelude.cc main.cc -dM -E | fgrep -e FLT_EVAL -e SSE
109109
readelf -h a.out
110110
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
111111
END

0 commit comments

Comments
 (0)