|
|
|
|
|
by msbarnett
4537 days ago
|
|
If GCC supported that (and if Xcode supported GCC's support of it), you'd probably tell Xcode to use it the same way you tell Xcode to build with GCC instead of clang: You'd select the option in your project settings. Nobody's made the claim that Xcode is some kind of magical dynamic IDE that supports arbitrary hypothetical features of arbitrary hypothetical versions of arbitrary compilers that you can mix and match on the fly. Nevertheless it is the case that Xcode allows you to select between clang and GCC 4.2 backends. |
|