]> git.sesse.net Git - vlc/commitdiff
cmake: Disable NO_SYMBOL_CHECK by default, until vlc/cmake is working properly.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 9 Feb 2008 13:41:04 +0000 (13:41 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 9 Feb 2008 13:41:04 +0000 (13:41 +0000)
extras/buildsystem/cmake/include/config.cmake

index 9e4d6882b0d5246a803f07968ec4f881b3e103f8..7dbae80aa88fb0b897bcb55b7d936cb00354c568 100644 (file)
@@ -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 )