MYUtilities_Release.xcconfig
author snej@snej.local
Sun Apr 12 22:00:36 2009 -0700 (2009-04-12)
changeset 25 47d10ac2d04e
parent 22 a9da6c5d3f7c
permissions -rw-r--r--
Fixed some incorrect CSSM error code strings. Removed a log call from MYError.
snej@22
     1
//
snej@22
     2
//  MYUtilities_Release.xcconfig
snej@22
     3
//  MYUtilities
snej@22
     4
//
snej@22
     5
//  Created by Jens Alfke on 6/27/08.
snej@22
     6
//  Copyright 2008-2009 Jens Alfke. All rights reserved.
snej@22
     7
//
snej@22
     8
snej@22
     9
#include "MYUtilities.xcconfig"
snej@22
    10
snej@24
    11
snej@24
    12
GCC_OPTIMIZATION_LEVEL = s
snej@24
    13
snej@22
    14
DEAD_CODE_STRIPPING = YES
snej@24
    15
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
snej@22
    16
snej@22
    17
GCC_WARN_UNINITIALIZED_AUTOS = YES