On 10/17/06, Carlos Pita <[EMAIL PROTECTED]> wrote:
Sorry, a last minute addendum:

Is there a way to suppress all runtime type checkings for the generated
code?

Generally, compiling with "-unsafe" will generate code with most
runtime checks removed. Adding "-unsafe-libraries" will link with
a runtime system and core libraries that have any checks removed.


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