using native architecture for development builds only, saves half of the compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2006-12-15 06:14:31 +00:00
parent cd840087aa
commit 84d3bc74b1
2 changed files with 2 additions and 4 deletions

View File

@ -466,6 +466,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(NATIVE_ARCH)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ../../include/wx/wxprec.h;
GCC_PREPROCESSOR_DEFINITIONS = (

View File

@ -4568,10 +4568,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
ppc,
);
ARCHS = "$(NATIVE_ARCH)";
DEBUG_INFORMATION_FORMAT = stabs;
DYLIB_COMPATIBILITY_VERSION = 2.6;
DYLIB_CURRENT_VERSION = 2.6.0;