mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 01:38:30 +00:00
Implement program for finding start of zip content
This commit is contained in:
parent
b38a442386
commit
5dab97b6d4
4 changed files with 82 additions and 5 deletions
|
@ -90,9 +90,9 @@ done
|
|||
if [ "$HAS_E" = "1" ]; then
|
||||
set -- $CPPFLAGS "$@"
|
||||
elif [ "$HAS_C" = "1" ]; then
|
||||
set -- $CFLAGS $CPPFLAGS "$@" -fno-omit-frame-pointer
|
||||
set -- $CFLAGS $CPPFLAGS "$@" -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
|
||||
else
|
||||
set -- $LDFLAGS $CPPFLAGS "$@" $LDLIBS
|
||||
set -- $LDFLAGS $CPPFLAGS "$@" $LDLIBS -Wl,-z,common-page-size=4096 -Wl,-z,max-page-size=4096
|
||||
fi
|
||||
|
||||
set -- "$CC" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue