From 15f5db46d14c347628f4ece6401979bdb0aaf1d4 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 9 Apr 2021 13:32:13 +1000 Subject: [PATCH] init: disable LTO by default for sanitizer builds --- init.py | 1 + 1 file changed, 1 insertion(+) 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'