tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Some tcc questions


From: Michael Matz
Subject: Re: [Tinycc-devel] Some tcc questions
Date: Sat, 21 Feb 2015 19:24:15 +0100 (CET)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hi,

On Thu, 19 Feb 2015, Naper Hamza wrote:

Hello , I wanna know if tcc have a global config , where we can change some
stuff , if not why not implementing one ? 

That's not how compilers traditionally work, it would be a layering violation. What options are active for a compilation is usually determined by the build system using the compiler (and given to the compiler as command line options or environment variables). Having a config file would be very surprising to most compiler users.
What "stuff" to change globally do you have in mind?

Also I wanna know if a official tcc organization is available on GitHub  ,

No.

which means also if a official tcc repo is available too . 

One doesn't imply the other. The official tcc repo is at {http,git}://repo.or.cz/tinycc.git


Ciao,
Michael.

reply via email to

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