define G_DISABLE_CAST_CHECKS for non-debug builds
authorJari Tenhunen <jari.tenhunen@iki.fi>
Thu, 18 Mar 2010 18:44:12 +0000 (18:44 +0000)
committerJari Tenhunen <jari.tenhunen@iki.fi>
Thu, 18 Mar 2010 18:44:12 +0000 (18:44 +0000)
debian/rules

index fbea5e7..3e8d2ba 100755 (executable)
@@ -25,6 +25,9 @@ endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        INSTALL_PROGRAM += -s
 endif
+ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -DG_DISABLE_CAST_CHECKS
+endif
 
 config.status:
        dh_testdir