From 18be0e88dcec4868894b022becacccf6d5ed9911 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 12 Jan 2022 10:17:04 +0100 Subject: [PATCH] do not activate quick compiler by default Signed-off-by: Matthieu Gallien --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75ad766a2..e6e16b7e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ if(APPLE AND BUILD_OWNCLOUD_OSX_BUNDLE) endif() -option(QUICK_COMPILER "Use QtQuick compiler to improve performance" ON) +option(QUICK_COMPILER "Use QtQuick compiler to improve performance" OFF) # this option removes Http authentication, keychain, shibboleth etc and is intended for # external authentication mechanisms -- 2.30.2