Avoiding gratuitous rebuilds in XcodeEdit
See also
- Thread from the xcode-users mailing list on maximizing precompiled header sharing: http://lists.apple.com/archives/xcode-users/2006/Dec/msg00029.html
- Weblog post on same subject by Chris Hanson: http://chanson.livejournal.com/168717.html
- This post add something I hadn’t known about before, the very useful
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS
build setting, which can be leveraged to further maximize precompiled prefix header sharing.
- This post add something I hadn’t known about before, the very useful
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS
build setting, which can be leveraged to further maximize precompiled prefix header sharing.