Re: [ANN] CHICKEN 6.0.0 has been released
Felix Winkelmann via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Tue Aug 11, 2026 at 7:29 PM CEST, Anton Idukov wrote: > > P.S in the Wiki there is a perfect page > https://wiki.call-cc.org/programming-for-performance#programming-for-performance > IMO there should be a couple words added about building faster C6 and > (generated native code) itself by the new ./configure way. "Optimization > flags, like -O2 -march=native or -ffast-math should be passed to the > ./configure script in the environment variable CFLAGS: $ > CFLAGS="-march-native -O2 ... -ffast-math ./configure --prefix=...." Please feel free to add this to the wiki yourself. I suggest that you clarify what options are platform- or compiler-specific, though. cheers, felix