You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
332 B
12 lines
332 B
#include "Base.xcconfig"
|
|
|
|
BITCODE_GENERATION_MODE = marker;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone;
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 REALM_DEBUG REALM_HAVE_CONFIG REALM_ENABLE_SYNC __ASSERTMACROS__;
|
|
|
|
REALM_LIBRARY_SUFFIX = -dbg;
|
|
|