[tracker/tracker-2.2: 27/32] ci: Enable link-time optimization



commit de7fad33c3a83a136a70b8a4be7b5f7066fb6a4d
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jul 14 23:56:47 2019 +0100

    ci: Enable link-time optimization
    
    This should help us to avoid regressions like
    https://gitlab.gnome.org/GNOME/tracker/issues/117

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 028768279..87e32d5ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ test-fedora-latest:
 
   script:
     - su tracker -c 'mkdir build'
-    - su tracker -c 'cd build; meson ..'
+    - su tracker -c 'cd build; meson .. -Db_lto=true'
     - su tracker -c 'cd build; ninja'
     - |
       # Remove the many "CI_" variables from the environment. Meson dumps the


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