From: Matthieu Gallien Date: Wed, 12 Jan 2022 09:17:04 +0000 (+0100) Subject: do not activate quick compiler by default X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~17^2~200^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=18be0e88dcec4868894b022becacccf6d5ed9911;p=nextcloud-desktop.git do not activate quick compiler by default Signed-off-by: Matthieu Gallien --- 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