]> git.saurik.com Git - cycript.git/blobdiff - makefile
Completed massive refactoring operation to completely isolate Objective-C.
[cycript.git] / makefile
index 1e5d57a6f1e6202c0d656147282edba34469c1c3..1ca46938349f930994fed0863487f678175e496c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ ifneq ($(dpkg_architecture),)
 arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null)
 endif
 
-header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp
+header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
 code := sig/ffi_type.o sig/parse.o sig/copy.o
 code += Replace.o Output.o
 code += Cycript.tab.o lex.cy.o
@@ -45,8 +45,8 @@ include GNUstep.mk
 endif
 endif
 
-#flags += -g3 -O0 -DYYDEBUG=1
-flags += -g0 -O3
+flags += -g3 -O0 -DYYDEBUG=1
+#flags += -g0 -O3
 flags += -Wall -Werror -Wno-parentheses #-Wno-unused
 flags += -fPIC -fno-common
 flags += -I. -I$(shell apr-1-config --includedir)