Enable the following CFLAGS in the Xcode project build:

    -flimit-debug-info -feliminate-unused-debug-types -Wparentheses

This helps to trim down the debug information size a bit by omitting types
that aren't used.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@140611 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed