scripts: waifulib: compiler_optimizations: always lower case build type

This commit is contained in:
Alibek Omarov
2025-10-03 22:05:47 +05:00
parent cc5f95d1ca
commit 8e7a2abec5
2 changed files with 6 additions and 3 deletions

View File

@@ -186,6 +186,8 @@ def options(opt):
def configure(conf):
conf.start_msg('Build type')
conf.options.BUILD_TYPE = conf.options.BUILD_TYPE.lower()
# legacy naming for default release build
# https://chaos.social/@karolherbst/111340511652012860
if conf.options.BUILD_TYPE == 'release':