c++ - Smaller GCC package, only C needed -


There is a small download for GCC, if you want to compile only one language, is it? TCC is a great option for windows, but I need to compile it on several platforms. I also like the fact that GCC is usually used.

If a specific download is not small, can I exclude the data in the downloaded package which is not necessary to compile C? Will there be issues of this approach?

When you make a GCC, then you have to do first. By specifying

- enable-languages ​​= c , your build will be limited to only one language.

There are several other options that allow you to make GCC consistent with your needs.

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -