We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39584bd commit 32ed958Copy full SHA for 32ed958
1 file changed
Makefile
@@ -7,9 +7,9 @@ include $(THEOS)/makefiles/common.mk
7
TWEAK_NAME = EeveeSpotify
8
9
EeveeSpotify_FILES = $(shell find Sources/EeveeSpotify -name '*.swift') $(shell find Sources/EeveeSpotifyC -name '*.m' -o -name '*.c' -o -name '*.mm' -o -name '*.cpp')
10
-EeveeSpotify_SWIFTFLAGS = -ISources/EeveeSpotifyC/include
+EeveeSpotify_SWIFTFLAGS = -ISources/EeveeSpotifyC/include -Osize
11
EeveeSpotify_EXTRA_FRAMEWORKS = SwiftProtobuf
12
-EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include
+EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include -Os
13
14
include $(THEOS_MAKE_PATH)/tweak.mk
15
0 commit comments