do not activate quick compiler by default
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 12 Jan 2022 09:17:04 +0000 (10:17 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Wed, 12 Jan 2022 11:37:13 +0000 (11:37 +0000)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
CMakeLists.txt

index 75ad766a2debe40ee006f23300739a86b59fd52f..e6e16b7e1441de13fa3cfd5a42ea612f455a37f2 100644 (file)
@@ -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