Skip to content

Commit

Permalink
- Disable LTO/IPO for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hbirchtree committed Nov 17, 2019
1 parent 5cbb1ac commit 1b56ae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ secrets:
appveyor: 6ME8msH/BDLiEde9wCb9+GQRN4rcAzyu1Vx/wP5yHejedO3vPlrOXHiWqhjNqXrQ
template_location: toolchain/cmake/Templates
version:
hotfix: 20
hotfix: 21
major: 4
minor: 4
patch: 10
Expand Down
1 change: 0 additions & 1 deletion toolchain/cmake/Modules/BuildLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ macro(COFFEE_LIBRARY)
endif()

target_enable_cxx11(${LIB_TARGET})
target_enable_lto(${LIB_TARGET})

target_include_directories ( ${LIB_TARGET}
PUBLIC
Expand Down

0 comments on commit 1b56ae2

Please sign in to comment.