Revert "Make WITHOUT_UNDEFINED_VERSION the default"
This is causing failures on gcc13 CI builds so those need to be fixed
or worked around.
This reverts commit 4510f2ca91.
This commit is contained in:
@@ -68,6 +68,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
SSP \
|
||||
TESTS \
|
||||
TOOLCHAIN \
|
||||
UNDEFINED_VERSION \
|
||||
WARNS \
|
||||
WERROR
|
||||
|
||||
@@ -80,8 +81,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
PROFILE \
|
||||
RETPOLINE \
|
||||
STALE_STAGED \
|
||||
UBSAN \
|
||||
UNDEFINED_VERSION
|
||||
UBSAN
|
||||
|
||||
__DEFAULT_DEPENDENT_OPTIONS = \
|
||||
MAKE_CHECK_USE_SANDBOX/TESTS \
|
||||
|
||||
Reference in New Issue
Block a user