tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Substantial restructuring


From: grischka
Subject: Re: [Tinycc-devel] Substantial restructuring
Date: Fri, 04 Dec 2009 22:16:00 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

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