]> granicus.if.org Git - transmission/commitdiff
#3994 don't compile assert statements in Release mode
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 8 Feb 2011 00:36:57 +0000 (00:36 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 8 Feb 2011 00:36:57 +0000 (00:36 +0000)
Transmission.xcodeproj/project.pbxproj

index 565266ffd25f7c7d1f0ef5b0ed773d6b4c5b5725..09c9fcb729befd679a40273a823c7b42f4832f01 100644 (file)
                                        "\"$(SRCROOT)/build/Debug\"",
                                );
                                OTHER_CFLAGS = (
+                                       "$(inherited)",
                                        "-DSYS_DARWIN",
                                        "-DHAVE_OPENSSL",
                                        "-D__TRANSMISSION__",
                                        "\"$(SRCROOT)/build/Debug\"",
                                );
                                OTHER_CFLAGS = (
+                                       "$(inherited)",
                                        "-DSYS_DARWIN",
                                        "-DHAVE_OPENSSL",
                                        "-D__TRANSMISSION__",
                                        "third-party/openssl/lib",
                                );
                                MACOSX_DEPLOYMENT_TARGET = 10.5;
+                               OTHER_CFLAGS = "-DNDEBUG";
                                OTHER_LDFLAGS = "";
                                PREBINDING = NO;
                                RUN_CLANG_STATIC_ANALYZER = NO;
                                        "\"$(SRCROOT)/build/Debug\"",
                                );
                                OTHER_CFLAGS = (
+                                       "$(inherited)",
                                        "-DSYS_DARWIN",
                                        "-DHAVE_OPENSSL",
                                        "-D__TRANSMISSION__",