diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:09:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 646530b5f9ca5debe7a9b4840192e32e43f919bf (patch) | |
tree | 6a30523779bd5745d769c8c21722c6b876dd6c0f /cmake/mingw-w64.cmake | |
parent | 44ee54d5a2e8edc6b4aaf47a9c3f8d10c9a69052 (diff) |
cmake: random nonsense
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r-- | cmake/mingw-w64.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake index b1d6ff2a..83501cdc 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -68,7 +68,7 @@ set(_CXXFLAGS_RELEASE "${_CFLAGS_RELEASE} -std=c++14 ${cc}") set(_CXXFLAGS_DEBUG "${_CFLAGS_DEBUG}") set(_LDFLAGS "-Wl,--dynamicbase,--no-seh,--nxcompat,--as-needed,--pic-executable") -set(_LDFLAGS_RELEASE "-Wl,--gc-sections,--exclude-libs,ALL -ffunction-sections") +set(_LDFLAGS_RELEASE "-Wl,--gc-sections,--exclude-libs,ALL -ffunction-sections -fdata-sections") set(_LDFLAGS_DEBUG "") set(enable-val FALSE) @@ -118,4 +118,4 @@ endforeach() if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH "" FORCE) -endif()
\ No newline at end of file +endif() |