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 Oct 3, 2015
1 parent b627412 commit 055bcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -121,7 +121,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_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 )
option(ENABLE_DESIGN_DOCUMENTS "Enables the generation of design documents, and has additional dependencies" OFF)
Expand Down
1 change: 1 addition & 0 deletions changelog
Expand Up @@ -30,6 +30,7 @@ Version 1.10.7+dev:
color codes as the start of a comment.
* Fixed: Compilation with CLang 3.2 and libc++.
* Fixed bug #20876: A segfault in cut_surface.
* Default to non-strict compilation with CMake.

Version 1.10.7:
* Add-ons server:
Expand Down

0 comments on commit 055bcea

Please sign in to comment.