Skip to content

Commit

Permalink
cmake: Disable strict compilation by default
Browse files Browse the repository at this point in the history
It's no good for users who are likely to hit issues with compilers not
used by the release team.
  • Loading branch information
irydacea committed Jun 27, 2015
1 parent 436e808 commit 2765b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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 )
Expand Down
2 changes: 2 additions & 0 deletions 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:
Expand Down

0 comments on commit 2765b53

Please sign in to comment.