summaryrefslogtreecommitdiff
path: root/macosx/Configs/Pcsxr-Debug.xcconfig
blob: 06e68c4710214803ae47dbedd0d45b4c0aa61b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
DEBUG_PREPROCESSOR_DEFINITIONS = DEBUG=1
#include "Pcsxr.xcconfig"

GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_INLINES_ARE_PRIVATE_EXTERN = NO
GCC_OPTIMIZATION_LEVEL = 0
GCC_UNROLL_LOOPS = NO
ONLY_ACTIVE_ARCH = YES
COPY_PHASE_STRIP = NO
STRIP_INSTALLED_PRODUCT = NO
OPTIMIZATION_CFLAGS = -finline-functions -finline-limit=1600 -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math