mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
optimize package size for Mobile by adding optional compiling
This commit is contained in:
parent
32c8564bbb
commit
f5af5cc3ba
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user