mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
MDEV-12328, added building of AWS for release builds
This commit is contained in:
parent
8c03823974
commit
3c3bbbb704
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ ENDIF()
|
|||
IF(SIZEOF_VOIDP EQUAL 8)
|
||||
SET(64BIT 1)
|
||||
ENDIF()
|
||||
|
||||
|
||||
# include aws_key_management plugin in release builds
|
||||
SET(PLUGIN_AWS_KEY_MANAGEMENT DYNAMIC)
|
||||
|
||||
SET(FEATURE_SET "community" CACHE STRING
|
||||
" Selection of features. Options are
|
||||
- xsmall :
|
||||
|
|
Loading…
Reference in a new issue