Skip to content

Commit b6f595f

Browse files
committed
Random backup
1 parent 287e831 commit b6f595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
${{matrix.target.triple}}-g++-${{matrix.compiler.ver}} -pipe -{w,Wno-psabi} -DMNL_STRICT \
285285
${{matrix.target.march}} -Wl,-{I/usr/${{matrix.target.triple}}/lib/${{matrix.target.ld}},R/usr/${{matrix.target.triple}}/lib} \
286286
-pthread --std=c++17 \
287-
-{O3,f{no-{math-errno,stack-{protector,clash-protection},cf-protection=none}},U_FORTIFY_SOURCE} \
287+
-{O3,f{no-{math-errno,stack-{protector,clash-protection},cf-protection=none}}},U_FORTIFY_SOURCE} \
288288
-include prelude.cc \
289289
-{S,o-} -Werror hi.cc
290290
${{matrix.target.triple}}-g++-${{matrix.compiler.ver}} -pipe -{w,Wno-psabi} -DMNL_STRICT \

0 commit comments

Comments
 (0)