-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: use -O3 instead of -Os for gh releases
according to performance benchmark, some tls ciphers behaves twice faster with O3 in place of Os. As side effect, binary increases slightly (aka 0.4Mib). $ 7z l yass-android-release-arm64-1.15.0-3-d164f433.apk|grep '\.so' 1981-01-01 01:01:02 ..... 1454640 442424 lib/arm64-v8a/libcrashpad_handler.so 1981-01-01 01:01:02 ..... 6381040 2517657 lib/arm64-v8a/libyass.so $ 7z l yass-android-release-arm64-1.15.0-3-fe378beb.apk|grep '\.so' 1981-01-01 01:01:02 ..... 1454640 442424 lib/arm64-v8a/libcrashpad_handler.so 1981-01-01 01:01:02 ..... 6786760 2731654 lib/arm64-v8a/libyass.so No change when compressed as apk format. -rw-r--r--@ 1 hky staff 11M Oct 16 05:20 yass-android-release-arm64-1.15.0-3-d164f433.apk -rw-r--r--@ 1 hky staff 11M Oct 16 05:21 yass-android-release-arm64-1.15.0-3-fe378beb.apk Related to #935.
- Loading branch information
1 parent
01bed89
commit f4f09f9
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters