Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 26, 2024
1 parent 86d55a3 commit dd67f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
for f in *.c
do
o="out/${item%.c}"
o="out/${f%.c}"
$CC $CFLAGS -std=c99 -Os -flto -o "$o" "$f"
strip "$o"
done
Expand Down

0 comments on commit dd67f07

Please sign in to comment.