Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
Description
Allow disabling the ABI check at build time by setting a new CMake flag:
-DRUN_ABI_CHECK=NO
This option will default to the current default setting
This is nice for debugging when you don't want to regenerate .pp files for every rebuild. There may already be a way to do this that I am not aware of.
Pull request: https://github.com/MariaDB/server/pull/2842