From: Jay Freeman (saurik) Date: Thu, 22 Oct 2009 08:10:46 +0000 (+0000) Subject: Added replacer engine to attach side. X-Git-Tag: v0.9.432~286 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/c491b9480efc25654e7b5597ec772cd9c32441a7 Added replacer engine to attach side. --- diff --git a/Library.mm b/Library.mm index 08170ea..c33d160 100644 --- a/Library.mm +++ b/Library.mm @@ -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_; diff --git a/makefile b/makefile index 8bc4301..cdf41e9 100644 --- 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)