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.
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to