compilation - How to change flags of a compiler in Xcode 6.3? -
i'd change compilers options (flags) of project based on "command line tool" project template xcode 6.3.
basically, i'd remove -lcurses
flag (which added during compilation) when project based on "command line tool" project template.
i can't find correct path compiler's settings in xcode 6.3.
unfortunatelly sites i've browsed previous version of xcode , seems path has changed since then.