[vte] build: Ensure LTO is off



commit b55e2423ba4fe3d7d8ce52536eea69dede64a61f
Author: Christian Persch <chpe src gnome org>
Date:   Wed Nov 6 18:55:37 2019 +0100

    build: Ensure LTO is off

 meson.build | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/meson.build b/meson.build
index 06294595..28514566 100644
--- a/meson.build
+++ b/meson.build
@@ -238,6 +238,10 @@ endif
 
 assert(get_option('b_ndebug') == 'false', 'assertions may not be disabled')
 
+# LTO very much NOT supported
+
+assert(get_option('b_lto') == false, 'LTO not supported')
+
 # Compiler flags
 
 compiler_flags_common = [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]