public
Description: A simple JSON parser in Objective-C
Homepage: http://groups.google.com/group/bsjsonadditions
Clone URL: git://github.com/blakeseely/bsjsonadditions.git
bsjsonadditions / Debug.xcconfig
100644 16 lines (11 sloc) 0.219 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Debug.xcconfig
// BSJSONAdditions
//
// Created by William Garrison on 9/25/09.
//
 
#include "Release.xcconfig"
 
GCC_OPTIMIZATION_LEVEL = 0
 
WARNING_CFLAGS = -Wall
ONLY_ACTIVE_ARCH = YES
 
COPY_PHASE_STRIP = NO