]>
Commit | Line | Data |
---|---|---|
ada7c492 A |
1 | #include "libplatform.xcconfig" |
2 | #include "perarch.xcconfig" | |
3 | ||
4 | // Make sure that OSAtomic isn't build unoptimised, otherwise the inlines | |
5 | // don't do what they are designed to do. | |
6 | COMPILER_CFLAGS = -momit-leaf-frame-pointer | |
7 | OTHER_CFLAGS_debug = | |
8 | ||
9 | OSATOMIC_PREPROCESSOR_DEFINITIONS = OSATOMIC_USE_INLINED=0 OSATOMIC_DEPRECATED=0 | |
10 | ||
11 | PUBLIC_HEADERS_FOLDER_PATH = /usr/include/libkern | |
12 | PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/libkern |