mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MY_CHECK_AND_SET_COMPILER_FLAG changes
* watch for "redefined macro" warning * don't enable -D_FORTIFY_SOURCE=2 in debug builds (it requires -O)
This commit is contained in:
@ -9,6 +9,7 @@ SET(fail_patterns
|
||||
FAIL_REGEX "unrecognized .*option"
|
||||
FAIL_REGEX "ignoring unknown option"
|
||||
FAIL_REGEX "warning:.*ignored"
|
||||
FAIL_REGEX "warning:.*redefined"
|
||||
FAIL_REGEX "[Ww]arning: [Oo]ption"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user