summarylogtreecommitdiffstats
path: root/dont-strip-symbols.patch
diff options
context:
space:
mode:
authorGuillaume Meunier2019-10-27 14:46:37 +0100
committerGuillaume Meunier2019-10-27 14:46:37 +0100
commit98d10d8ab4ce7f4b5e25ad54d3e8d5fd9ee34fee (patch)
treea83a8a573141ebb2c5599cc2f5fa62c1dae202ec /dont-strip-symbols.patch
parenteb0ee9580956c7256e6fa861843e2703b5504948 (diff)
downloadaur-bsf-git.tar.gz
Version bump
Diffstat (limited to 'dont-strip-symbols.patch')
-rw-r--r--dont-strip-symbols.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/dont-strip-symbols.patch b/dont-strip-symbols.patch
deleted file mode 100644
index 63642f4db193..000000000000
--- a/dont-strip-symbols.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/Source/CMake/HelperMethods.cmake b/Source/CMake/HelperMethods.cmake
-index 9577b6c8e..90ec58df6 100644
---- a/Source/CMake/HelperMethods.cmake
-+++ b/Source/CMake/HelperMethods.cmake
-@@ -353,8 +353,6 @@ function(strip_symbols targetName outputFilename)
- endfunction()
-
- function(install_bsf_target targetName)
-- strip_symbols(${targetName} symbolsFile)
--
- install(
- TARGETS ${targetName}
- EXPORT bsf
-@@ -362,19 +360,6 @@ function(install_bsf_target targetName)
- LIBRARY DESTINATION lib
- ARCHIVE DESTINATION lib
- )
--
-- if(MSVC)
-- install(
-- FILES $<TARGET_PDB_FILE:${targetName}>
-- DESTINATION bin
-- OPTIONAL
-- )
-- else()
-- install(
-- FILES ${symbolsFile}
-- DESTINATION lib
-- OPTIONAL)
-- endif()
- endfunction()
-
- function(copyBsfBinaries target srcDir)