Skip to content

Commit e108b51

Browse files
committed
feat: add mmap
1 parent 22837fe commit e108b51

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
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
2929
-fno-omit-frame-pointer -pg -mnop-mcount -D__cosmopolitan \
30-
-o base16384.com.dbg base16384.c base1432.c base14.c -fuse-ld=bfd -Wl,-T,ape.lds \
30+
-o base16384.com.dbg base16384.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \
3131
-include cosmopolitan.h crt.o ape.o cosmopolitan.a
3232
objcopy -S -O binary base16384.com.dbg base16384.com
3333

0 commit comments

Comments
 (0)