Skip to content

Commit 81a8ad6

Browse files
committed
Random backup
1 parent f365730 commit 81a8ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo 'int main() {}' >main.cc
106106
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 -fmath-errno \
107107
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
108-
-include prelude.cc main.cc
108+
prelude.cc
109109
ls a.out
110110
#make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
111111
END

0 commit comments

Comments
 (0)