// // public_tool.xconfig.xcconfig // cctools // // Created by Michael Trent on 12/20/18. // // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 // some tools currently require the LTO_SUPPORT macro to be defined in order to // compile support for LTO. This is built non-conditionally, and can probably // be factored out of the source code at some future point. CCTOOLS_C_FLAGS_LTO = -DLTO_SUPPORT OTHER_CFLAGS = ${inherited} ${CCTOOLS_C_FLAGS_LTO} // public utilities install in /usr/bin INSTALL_PATH = ${CCTOOLS_USRBIN}