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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -