optimize package size for Mobile by adding optional compiling

This commit is contained in:
zhengshuxin 2019-05-20 11:12:35 +08:00
parent 32c8564bbb
commit f5af5cc3ba

View File

@ -1,4 +1,4 @@
%define release_id 3
%define release_id 4
Summary: The powerful c/c++ library and server framework
Name: acl-libs
@ -43,7 +43,7 @@ acl tools
%build
make build_one -j 4
make -j 4
make -C lib_fiber
%install
@ -133,6 +133,9 @@ fi
%changelog
* Mon May 20 2019 zhengshuxin@qiyi.com 3.5.0-4-20190520.11
- optimize package size for Mobile by adding optional compiling
* Thu May 09 2019 zhengshuxin@qiyi.com 3.5.0-3-20190509.13
- safety & feature: add nocopyable limit for many class to avoid potential problem