Skip to content

Commit 3c3bbbb

Browse files
author
Rasmus Johansson
committed
MDEV-12328, added building of AWS for release builds
1 parent 8c03823 commit 3c3bbbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmake/build_configurations/mysql_release.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ ENDIF()
2727
IF(SIZEOF_VOIDP EQUAL 8)
2828
SET(64BIT 1)
2929
ENDIF()
30-
30+
31+
# include aws_key_management plugin in release builds
32+
SET(PLUGIN_AWS_KEY_MANAGEMENT DYNAMIC)
33+
3134
SET(FEATURE_SET "community" CACHE STRING
3235
" Selection of features. Options are
3336
- xsmall :

0 commit comments

Comments
 (0)