1
0
Fork 0
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:
Martijn Dekker 2020-05-17 13:24:37 +01:00
parent 9f6dd1ea73
commit f35e7ecd1d

View file

@ -27,7 +27,7 @@ do case $op in
;;
-lm) continue
;;
-O) continue
-O) arg='-Os' # default to small code: Apple compiles its /bin/ksh with -Os
;;
esac
set "$@" "$arg"