diff -r 000000000000 -r 0a6527af039b MYCrypto_Debug.xcconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MYCrypto_Debug.xcconfig Sat Apr 04 20:42:03 2009 -0700 @@ -0,0 +1,13 @@ +// +// MYCrypto_Debug.xcconfig +// MYCrypto +// +// Created by Jens Alfke on 3/28/09. +// Copyright 2009 Jens Alfke. All rights reserved. +// + +#include "MYCrypto.xcconfig" + +GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 +GCC_OPTIMIZATION_LEVEL = 0 +COPY_PHASE_STRIP = NO