aa5728f
diff --git a/CMakeLists.txt b/CMakeLists.txt
79210af
index 098dcd1e3..1f463a440 100644
aa5728f
--- a/CMakeLists.txt
aa5728f
+++ b/CMakeLists.txt
79210af
@@ -335,8 +335,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
db4dcf9
             set( CMAKE_SHARED_LINKER_FLAGS "${TO_LINKER},--no-undefined" )
db4dcf9
             set( CMAKE_MODULE_LINKER_FLAGS "${TO_LINKER},--no-undefined" )
db4dcf9
 
db4dcf9
-            set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
db4dcf9
-
db4dcf9
             # Defeat ELF's ability to use the GOT to replace locally implemented functions
db4dcf9
             # with ones from another module.
db4dcf9
             # https://bugs.launchpad.net/kicad/+bug/1322354