On Tue, Sep 20, 2011 at 03:54:32PM +0200, Sascha Ziemann wrote:
> 2011/9/20 Christian Kellermann <ck...@pestilenz.org>:
> >
> > You can add -profile to csc's options. If you need any eggs and
> > want those profiled too, recompile them also with -profile.
> 
> How to do that?
> 
> I have installed them with chicken-install. As far as I can see there
> are no options to specify compilation options.

The environment variable CSC_OPTIONS controls how csc works, even
when invoked through chicken-install, so just do

$ CSC_OPTIONS=-profile chicken-install [SOME-EGG]

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to