Skip to content
/ server Public

MDEV-39086 MSAN/UBSAN/ASAN builds run without basic optimization (fix)#4818

Open
grooverdan wants to merge 1 commit intoMariaDB:10.6from
grooverdan:MDEV-39086
Open

MDEV-39086 MSAN/UBSAN/ASAN builds run without basic optimization (fix)#4818
grooverdan wants to merge 1 commit intoMariaDB:10.6from
grooverdan:MDEV-39086

Conversation

@grooverdan
Copy link
Member

As noted the MSVC supports a different range of optimization flags and therefore not setting -Og.

When CMAKE_BUILD_TYPE is specified its in a mixed case, but the CMAKE_C{,XX}FLAGS${BUILD_TYPE} is always upper case.

As noted the MSVC supports a different range of optimization flags and
therefore not setting -Og.

When CMAKE_BUILD_TYPE is specified its in a mixed case, but the
CMAKE_C{,XX}_FLAGS_${BUILD_TYPE} is always upper case.

Thanks Vlad for noticing.
@grooverdan grooverdan requested a review from vaintroub March 17, 2026 22:25
@grooverdan grooverdan added the MariaDB Foundation Pull requests created by MariaDB Foundation label Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Foundation Pull requests created by MariaDB Foundation

Development

Successfully merging this pull request may close these issues.

1 participant