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 c7c6d47 commit 64e1ab9Copy full SHA for 64e1ab9
.github/workflows/cross.yaml
@@ -154,9 +154,8 @@ jobs:
154
make -j5 run \
155
GCC='${{matrix.target.triple}}-gcc-${{matrix.compiler.ver}}' \
156
GXX='${{matrix.target.triple}}-g++-${{matrix.compiler.ver}}' \
157
- CFLAGS='-Werror -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE ${{matrix.target.flags}}' \
+ CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE ${{matrix.target.flags}}' \
158
MARCH=''
159
- #CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE ${{matrix.target.flags}}' \
160
161
# - name: Upload Results
162
# uses: actions/upload-artifact@v4
0 commit comments