How to change compiler in Xcode

I am compiling C code in Xcode 4.6.3, however I do not know which compiler I am using. I need to use gcc 4.2.

Thanks in advance.

+4
source share
1 answer

If you really need to switch to gcc, you can do this in the build settings:

enter image description here

enter image description here

+7
source

Source: https://habr.com/ru/post/1502323/


All Articles