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

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

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

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 -