]> git.pld-linux.org Git - packages/kicad.git/blame - nostrip.patch
- release 2 (by relup.sh)
[packages/kicad.git] / nostrip.patch
CommitLineData
84732aaf
BS
1--- kicad-5.1.0/CMakeLists.txt.orig 2019-03-08 13:31:50.000000000 +0100
2+++ kicad-5.1.0/CMakeLists.txt 2019-03-15 22:45:43.123178290 +0100
3@@ -311,7 +311,6 @@
c4549a7b
JR
4 endif()
5
6 if( MINGW )
7- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
8
84732aaf
BS
9 # Since version 2.8.5, Cmake uses a response file (.rsp) to
10 # pass the list of include paths to gcc
11@@ -343,8 +342,6 @@
12 set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
13 set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
c4549a7b 14
84732aaf 15- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
c4549a7b 16-
84732aaf
BS
17 # Defeat ELF's ability to use the GOT to replace locally implemented functions
18 # with ones from another module.
19 # https://bugs.launchpad.net/kicad/+bug/1322354
This page took 0.044423 seconds and 4 git commands to generate.