X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b15898455c67b0ec79886a244d436ea1097552b8..69caa5be0e7aa4b274a98640d7b5f3334ec4894d:/makefile diff --git a/makefile b/makefile index 18cea08..fb9a6c8 100644 --- a/makefile +++ b/makefile @@ -45,8 +45,8 @@ ifneq ($(shell which gnustep-config 2>/dev/null),) 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)