Browse Source

Z991239-527 #comment cmake: 暂时不处理pdb 文件的安装

gifur 5 years ago
parent
commit
52371dc8b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      addin/cmake/ConfigOptions.cmake

+ 1 - 1
addin/cmake/ConfigOptions.cmake

@@ -21,7 +21,7 @@ endif()
 
 option(BUILD_TESTING "Build the project test case." OFF)
 
-option(WITH_DEBUG_SYMBOLS "Pack debug symbols to installer" ON)
+option(WITH_DEBUG_SYMBOLS "Pack debug symbols to installer" OFF)
 
 option(INSTALL_DEVELOP_FILES "install and pack develops header and libs files" OFF)