Skip to content

Commit

Permalink
Boost: iOS LTO support
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed May 6, 2017
1 parent 9d39c05 commit f119e0b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include(ExternalProject) # ExternalProject_Add
list(APPEND CMAKE_MODULE_PATH "@HUNTER_SELF@/cmake/modules")

include(hunter_boost_component_b2_args)
include(hunter_dump_cmake_flags)
include(hunter_install_boost_config)
include(hunter_internal_error)
include(hunter_status_debug)
Expand Down Expand Up @@ -165,6 +166,9 @@ hunter_boost_component_b2_args(

list(APPEND build_opts ${b2_component_opts})

hunter_dump_cmake_flags()
# -> CMAKE_CXX_FLAGS

if(CMAKE_CXX_FLAGS)
list(APPEND build_opts "cxxflags=${CMAKE_CXX_FLAGS}")
endif()
Expand Down

0 comments on commit f119e0b

Please sign in to comment.