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 dab2439 commit d4b5be2Copy full SHA for d4b5be2
.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
+ -include prelude.cc main.cc -dM -E
109
readelf -h a.out
110
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
111
END
0 commit comments