Skip to content

Commit 32ed958

Browse files
committed
let's try this (size optimizations)
1 parent 39584bd commit 32ed958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ include $(THEOS)/makefiles/common.mk
77
TWEAK_NAME = EeveeSpotify
88

99
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
10+
EeveeSpotify_SWIFTFLAGS = -ISources/EeveeSpotifyC/include -Osize
1111
EeveeSpotify_EXTRA_FRAMEWORKS = SwiftProtobuf
12-
EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include
12+
EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include -Os
1313

1414
include $(THEOS_MAKE_PATH)/tweak.mk
1515

0 commit comments

Comments
 (0)