]> git.saurik.com Git - cycript.git/blobdiff - makefile
Changed the syntax error arrow to start at the beginning of the line to setup for...
[cycript.git] / makefile
index e369cf5464e8a438e994abd688a6c0f4c5032e47..6827307e8b8432fe0c8e52da3fa31ab28682df97 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ endif
 #flags := -g3 -O0 -DYYDEBUG=1
 flags := -g0 -O3
 
-flags += -mthumb -Wall -Werror -I. -fno-common
+flags += -Wall -Werror -I. -fno-common
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
 svn := $(shell svnversion)
@@ -95,7 +95,7 @@ $(deb): $(all)
        mkdir -p package/DEBIAN
        sed -e 's/#/$(svn)/' control >package/DEBIAN/control
        mkdir -p package/System/Library/LaunchDaemons
-       cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons
+       #cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons
        mkdir -p package/Library/MobileSubstrate/DynamicLibraries
        if [[ -e Settings.plist ]]; then \
            mkdir -p package/Library/PreferenceLoader/Preferences; \