In fact these options are fine with me for a general build. However, when I `sudo port -v install chicken` I get lines such as the following:
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I/opt/local/include -DC_BUILDING_LIBCHICKEN -Ipcre -DSUPPORT_UTF8 -DSUPPORT_UCP -DPCRE_STATIC -I/opt/local/include -DC_ENABLE_PTABLES -DC_NO_PIC_NO_DLL -no-cpp-precomp -c runtime.c -fno-common -DPIC -o .libs/libchicken_la-runtime.o which lack optimization entirely. This could be user error; I just started using MacPorts a couple weeks ago, so maybe I need to set an environment variable or tweak a config file. On 4/4/07, felix winkelmann <[EMAIL PROTECTED]> wrote:
The default options are usually "-Os -fomit-frame-pointer". This generates reasonably fast code and relatively small binaries. cheers, felix
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
