[Avida-SVN] r3471 - branches/tcmalloc-1.4/Avida.xcodeproj

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Oct 14 08:49:40 PDT 2009


Author: brysonda
Date: 2009-10-14 11:49:40 -0400 (Wed, 14 Oct 2009)
New Revision: 3471

Modified:
   branches/tcmalloc-1.4/Avida.xcodeproj/project.pbxproj
Log:
Small change to the compilation settings for tcmalloc-1.4 (remove C++ exceptions)


Modified: branches/tcmalloc-1.4/Avida.xcodeproj/project.pbxproj
===================================================================
--- branches/tcmalloc-1.4/Avida.xcodeproj/project.pbxproj	2009-10-14 15:37:00 UTC (rev 3470)
+++ branches/tcmalloc-1.4/Avida.xcodeproj/project.pbxproj	2009-10-14 15:49:40 UTC (rev 3471)
@@ -60,7 +60,7 @@
 		702246E9107FCA900079CD25 /* static_vars.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D1107FCA590079CD25 /* static_vars.cc */; };
 		702246EA107FCA900079CD25 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D3107FCA590079CD25 /* symbolize.cc */; };
 		702246EB107FCA900079CD25 /* system-alloc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D5107FCA590079CD25 /* system-alloc.cc */; };
-		702246EC107FCA900079CD25 /* tcmalloc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D8107FCA590079CD25 /* tcmalloc.cc */; };
+		702246EC107FCA900079CD25 /* tcmalloc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D8107FCA590079CD25 /* tcmalloc.cc */; settings = {COMPILER_FLAGS = "-fexceptions"; }; };
 		702246ED107FCA900079CD25 /* thread_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 702246D9107FCA590079CD25 /* thread_cache.cc */; };
 		7022476010861BD30079CD25 /* dynamic_annotations.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7022475E10861BD30079CD25 /* dynamic_annotations.cc */; };
 		7022479E108620E40079CD25 /* sysinfo.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7022479C108620E40079CD25 /* sysinfo.cc */; };
@@ -2613,6 +2613,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				DEPLOYMENT_POSTPROCESSING = NO;
+				GCC_ENABLE_CPP_EXCEPTIONS = NO;
 				PRODUCT_NAME = "tcmalloc-1.4";
 			};
 			name = Development;
@@ -2621,6 +2622,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				DEPLOYMENT_POSTPROCESSING = NO;
+				GCC_ENABLE_CPP_EXCEPTIONS = NO;
 				PRODUCT_NAME = "tcmalloc-1.4";
 			};
 			name = Deployment;
@@ -2629,6 +2631,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				DEPLOYMENT_POSTPROCESSING = NO;
+				GCC_ENABLE_CPP_EXCEPTIONS = NO;
 				PRODUCT_NAME = "tcmalloc-1.4";
 			};
 			name = "Deployment-G5";
@@ -2637,6 +2640,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				DEPLOYMENT_POSTPROCESSING = NO;
+				GCC_ENABLE_CPP_EXCEPTIONS = NO;
 				PRODUCT_NAME = "tcmalloc-1.4";
 			};
 			name = "Deployment-Universal";
@@ -2645,6 +2649,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				DEPLOYMENT_POSTPROCESSING = NO;
+				GCC_ENABLE_CPP_EXCEPTIONS = NO;
 				PRODUCT_NAME = "tcmalloc-1.4";
 			};
 			name = Profile;




More information about the Avida-cvs mailing list