]> git.saurik.com Git - cycript.git/blobdiff - GNUmakefile.in
Found a memory management mistake (new Instance should not be transient) while workin...
[cycript.git] / GNUmakefile.in
index f9caba8d1769ea3d5d5c011ed4d0e5d6b98410a2..3fe159f2910c2993e42a6b4ee708b52a6d1b35f1 100644 (file)
@@ -15,7 +15,7 @@ flex := @FLEX@
 libtool := @LIBTOOL@
 cxx := @CXX@
 objcxx := @OBJCXX@
-cflags := @CPPFLAGS@ @CXXFLAGS@ -DYYDEBUG=1
+cflags := @CPPFLAGS@ @CXXFLAGS@ -DYYDEBUG=1 @DEFS@
 objcxxflags := @OBJCXXFLAGS@
 ldflags := @LDFLAGS@
 library := @LIBS@ @LTLIBAPR@ @LTLIBICONV@