k1w1 wrote:
> I am using the library API to
tcc and it needs some improvement too so that all of the compiler options can be set through the API ....

Btw, instead of one API for each option, maybe it would make more
sense to have one single function for all options:

        tcc_set_options(TCCState s, const char *option_string);

Which then could be use like:

        tcc_set_options(s, "-nostdlib -lsqlite -w -....");

--- grischka


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to