I'd like to change the compilers options (flags) of a project which is based on the "command line tool" project template from Xcode 6.3.
Basically, I'd like to remove the -lcurses
flag (which is added during compilation) when project is based on the "command line tool" project template.
I just can't find the correct path to the compiler's settings in Xcode 6.3.
Unfortunatelly all the sites I've browsed were about previous version of Xcode and it seems that the path has changed since then.