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:
jinhai 2019-06-20 19:08:48 +08:00
commit 340c224464
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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