Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Release builds use a "build config" file to configure the build:
cmake -DBUILD_CONFIG=mysql_release.cmake
|
It specifies what plugins to build and how, forces some features to be in and others to be out.
We should consider doing it consistently, pin as many of features and dependencies in mysql_release.cmake (or in some new file) as possible. Instead of adding them haphazardly as bug fixes.