Skip to content

Commit 5219ed7

Browse files
committed
fix(debian): some symbols or patterns disappeared
1 parent 688a4ec commit 5219ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
3030
-fno-omit-frame-pointer -pg -mnop-mcount -D__cosmopolitan \
3131
-DBASE16384_VERSION=\"`git describe --tags --abbrev=0`\" -DBASE16384_VERSION_DATE=\"`date +"%Y%b/%d"`\"\
32-
-o base16384.com.dbg base16384.c file.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \
32+
-o base16384.com.dbg base16384.c file.c wrap.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \
3333
-include cosmopolitan.h crt.o ape.o cosmopolitan.a
3434
objcopy -S -O binary base16384.com.dbg base16384.com
3535

0 commit comments

Comments
 (0)