mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
INIT/cc.darwin: default to -Os (small code) like Apple does
(cherry picked from commit 2210ff9026ca3f05dc88988c72f56eea195753cc)
This commit is contained in:
parent
9f6dd1ea73
commit
f35e7ecd1d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ do case $op in
|
||||||
;;
|
;;
|
||||||
-lm) continue
|
-lm) continue
|
||||||
;;
|
;;
|
||||||
-O) continue
|
-O) arg='-Os' # default to small code: Apple compiles its /bin/ksh with -Os
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
set "$@" "$arg"
|
set "$@" "$arg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue