Browse Source

cmake: Disable NO_SYMBOL_CHECK by default, until vlc/cmake is working properly.

pull/2/head
Pierre d'Herbemont 19 years ago
parent
commit
dcb10ec1d6
  1. 2
      extras/buildsystem/cmake/include/config.cmake

2
extras/buildsystem/cmake/include/config.cmake

@ -33,7 +33,7 @@ OPTION( ENABLE_HTTPD "Enable httpd server" ON )
OPTION( ENABLE_VLM "Enable vlm" ON )
OPTION( ENABLE_DYNAMIC_PLUGINS "Enable dynamic plugin" ON )
OPTION( UPDATE_CHECK "Enable automatic new version checking" OFF )
OPTION( ENABLE_NO_SYMBOL_CHECK "Don't check symbols of modules against libvlc. (Enabling this option speeds up compilation)" ON )
OPTION( ENABLE_NO_SYMBOL_CHECK "Don't check symbols of modules against libvlc. (Enabling this option speeds up compilation)" OFF )
IF (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type determining compiler flags" FORCE )

Loading…
Cancel
Save