Skip to content

Commit 64e1ab9

Browse files
committed
Random backup
1 parent c7c6d47 commit 64e1ab9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cross.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ jobs:
154154
make -j5 run \
155155
GCC='${{matrix.target.triple}}-gcc-${{matrix.compiler.ver}}' \
156156
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}}' \
157+
CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE ${{matrix.target.flags}}' \
158158
MARCH=''
159-
#CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE ${{matrix.target.flags}}' \
160159
161160
# - name: Upload Results
162161
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)