From 2765b538b7c24f3013f2df75a3be711f9c2ebe28 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 26 Jun 2015 23:09:18 -0300 Subject: [PATCH] cmake: Disable strict compilation by default It's no good for users who are likely to hit issues with compilers not used by the release team. --- CMakeLists.txt | 2 +- changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b3e369e438..53bd3d5db444 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ if(UNIX AND NOT APPLE AND NOT CYGWIN) set(DESKTOPDIR "${DATAROOTDIR}/applications/" CACHE STRING "Sets the desktop file directory for desktop entry to a non-default location.") endif(UNIX AND NOT APPLE AND NOT CYGWIN) -option(ENABLE_STRICT_COMPILATION "Sets the strict compilation mode" ON) +option(ENABLE_STRICT_COMPILATION "Sets the strict compilation mode" OFF) option(ENABLE_PEDANTIC_COMPILATION "Sets the pedantic compilation mode" OFF) option(ENABLE_DEBUG_WINDOW_LAYOUT "Add the debug option to allow the generation of debug layout files in dot format" OFF) option ( USE_ANA_NETWORK "Compile network module using ana" OFF ) diff --git a/changelog b/changelog index 8db872e610ae..c8975a248f83 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,8 @@ Version 1.12.4+dev: * Language and i18n: * Updated translations: + * Miscellaneous and bug fixes: + * Default to non-strict compilation with CMake. Version 1.12.4: * Security fixes: