mirror of
https://github.com/darlinghq/darling-libplatform.git
synced 2024-11-23 12:09:44 +00:00
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
#include "libplatform.xcconfig"
|
|
#include "perarch.xcconfig"
|
|
|
|
// Make sure that OSAtomic isn't build unoptimised, otherwise the inlines
|
|
// don't do what they are designed to do.
|
|
COMPILER_CFLAGS = -momit-leaf-frame-pointer
|
|
OTHER_CFLAGS_debug =
|
|
|
|
OSATOMIC_PREPROCESSOR_DEFINITIONS = OSATOMIC_USE_INLINED=0 OSATOMIC_DEPRECATED=0
|
|
|
|
PUBLIC_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/include/libkern
|
|
PRIVATE_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/local/include/libkern
|