chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Compilation flags for import libraries


From: John Cowan
Subject: Re: [Chicken-hackers] Compilation flags for import libraries
Date: Sun, 25 May 2014 10:44:07 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Oleg Kolosov scripsit:

> does chicken compilation options (optimize-level, debug-level,
> local, inline, etc.) and further C compiler and linker flags (-O2, -g,
> omit-stack-pointer, etc.) on generated import library file
> (module.import.scm and module.import.c) have any effect on the final
> executable using the module or code generation process?

Not really.  Indeed, it's not actually necessary to compile import
libraries at all, unless you are using heavy macros and need the
additional efficiency at compile time.

-- 
John Cowan          http://www.ccil.org/~cowan        address@hidden
It is revolting to have no better reason for a rule of law than that so it was
laid down in the time of Henry IV. It is still more revolting if the grounds
upon which it was laid down have vanished long since, and the rule simply
persists from blind imitation of the past. --Oliver Wendell Holmes Jr.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]