Skip to content

Commit

Permalink
Removed NSLogs from Release build. FMTDevLog was still getting execut…
Browse files Browse the repository at this point in the history
…ed because NDEBUG flag was missing a D at the start.
  • Loading branch information
chriscrowe committed Nov 17, 2010
1 parent fa97a3d commit 9b98bde
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ShiftIt/ShiftIt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,14 @@
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ShiftIt" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* ShiftIt */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -597,7 +604,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = (
"-NDEBUG",
"-DNDEBUG",
"-DX11",
);
OTHER_LDFLAGS = (
Expand Down

0 comments on commit 9b98bde

Please sign in to comment.