mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 09:52:30 +08:00
Merge branch 'branch-0.3.0' into 'branch-0.3.0'
MS-101: change AWS build type to Release See merge request megasearch/vecwise_engine!107 Former-commit-id: 9f8883d919d267e62a9ad3aaf43e12b28dbaa5b4
This commit is contained in:
commit
340c224464
@ -52,6 +52,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
- MS-67 - Fix license check bug
|
||||
- MS-76 - Fix pipeline crash bug
|
||||
- MS-100 - cmake: fix AWS build issue
|
||||
- MS-101 - change AWS build type to Release
|
||||
|
||||
## Improvement
|
||||
|
||||
|
||||
@ -1754,7 +1754,7 @@ macro(build_aws)
|
||||
set(AWS_CMAKE_ARGS
|
||||
${EP_COMMON_TOOLCHAIN}
|
||||
"-DCMAKE_INSTALL_PREFIX=${AWS_PREFIX}"
|
||||
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_INSTALL_LIBDIR=lib #${CMAKE_INSTALL_LIBDIR}
|
||||
-DBUILD_ONLY=s3
|
||||
-DBUILD_SHARED_LIBS=off
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user