[Ecls-list] Changing the compile flags.

Anton Vodonosov avodonosov at yandex.ru
Thu Jan 31 14:39:18 UTC 2013


31.01.2013, 17:13, "Peter Enerccio" <enerccio at gmail.com>:
> Hello
>
> as part of my compilation of the c backend, I also compile few lisp files into fasls with
> ecl --compile. I wonder if it is possible to change/add more flags for the compiler into the command line (i am most interested in -fdynamic flag).

When I needed this I used special variables in the COMPILER package: CMP::*CC-FLAGS* and others.

See functions cmpile-file, compiler-cc in the src/new-cmp/cmpmain.lisp




More information about the ecl-devel mailing list