We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f365730 commit 81a8ad6Copy full SHA for 81a8ad6
.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 -shared -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
+ prelude.cc
109
ls a.out
110
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
111
END
0 commit comments