diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index ac0d798d0..d12084089 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -63,6 +63,7 @@ STRIP="" SKIP_DOWNLOAD="" SKIP_EXTRACT="" USE_CCACHE="" +USE_LTO="" KEEP="" UNITY_BUILD="" VS_VERSION="" @@ -152,6 +153,9 @@ while [ $# -gt 0 ]; do T ) USE_CLANG_TIDY=true ;; + L ) + USE_LTO=true ;; + h ) cat <