]> git.saurik.com Git - cycript.git/commitdiff
Added replacer engine to attach side.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 08:10:46 +0000 (08:10 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 Oct 2009 08:10:46 +0000 (08:10 +0000)
Library.mm
makefile

index 08170eaa7b1ccf75fc849e2cba0fd00b1d0c4ad3..c33d160fd799753919aff9dc56713520a06ff04b 100644 (file)
@@ -3466,6 +3466,8 @@ struct CYClient :
                 json = NULL;
                 size = _not(size_t);
             } else {
+                CYContext context(driver.pool_);
+                driver.program_->Replace(context);
                 std::ostringstream str;
                 CYOutput out(str);
                 out << *driver.program_;
index 8bc4301dc1b3c17730750075a6a66089be61ba4f..cdf41e9d752882ce1f80196a71f8454ee97b3ffb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,8 +4,8 @@ else
 target := $(PKG_TARG)-
 endif
 
-flags := -g3 -O0 -DYYDEBUG=1
-#flags := -g0 -O3
+#flags := -g3 -O0 -DYYDEBUG=1
+flags := -g0 -O3
 flags += -Wall -Werror -I. -fno-common
 
 svn := $(shell svnversion)