On 9/7/06, Brandon J. Van Every <[EMAIL PROTECTED]> wrote:

 I believe Autoconf is handling -ldl wrong.  Here's my CMake code:


Never mind. If autoconf is running up to this point, I'm fine (after all,
we try to push cmake, right?)

BTW, another question: does the cmake add gcc optimization
flags to every build-type (Debug, etc.)? If yes, we should add
those only In Release mode, or better:

MinSizeRel (I'd really like to make this the default build mode):
 -Os -fomit-frame-pointer

Release:
 -O3 -fomit-frame-pointer


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to