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.
This commit is contained in:
parent
56d79ff13b
commit
24a166db22
2 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,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(ENABLE_DESIGN_DOCUMENTS "Enables the generation of design documents, and has additional dependencies" OFF)
|
||||
|
|
|
@ -74,6 +74,7 @@ Version 1.13.0+dev:
|
|||
builds affected by Debian bug #782831.
|
||||
* Moved [role] tag to Lua (fix for bug #23630)
|
||||
* Removed broken Python port of wmlxgettext from data/tools/.
|
||||
* Default to non-strict compilation with CMake.
|
||||
|
||||
Version 1.13.0:
|
||||
* Security fixes:
|
||||
|
|
Loading…
Add table
Reference in a new issue