diff --git a/init.py b/init.py index 117821b..8022023 100755 --- a/init.py +++ b/init.py @@ -90,6 +90,7 @@ OPTIONS['release'] = Option( OPTIONS['sanitizer'] = Option( vars={ 'SANITIZER': 'ON', + 'LTO': 'OFF', }, require=[ 'release'