[Vm-dev] Re: primitiveDigitCompare is slow (was: Re: [squeak-dev] The Inbox: Kernel-dtl.1015.mcz)

Levente Uzonyi leves at caesar.elte.hu
Sun Apr 17 22:21:32 UTC 2016


You have to add -flto to both CFLAGS and LDFLAGS.

I tried to compile it on Ubuntu 14.04, but there's some problem with 
autoconf. The -flto flag probably optimizes something away and the 
script to detect libdl will fail. Instead, it sets the HAVE_DYLD flag,
which is Mac only, and sqUnixExternalPrims.c won't compile.

Levente


More information about the Vm-dev mailing list