-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#5420) Boost: fix error when building without fiber + improve stackt…
…race support * boost: fix building with -o boost:shared=True -o boost:without_fiber=True * boost: it is safe to use self.options.debug_level unconditionally * boost: add addr2line_location option + test * boost: don't create component for modules that can/should have libraries but don't have * boost: add stacktrace_backtrace support * boost: fix stacktrace with MSVC * boost: fix passing of environment flags + remove thread_local for older clang versions * boost: don't build the tests in parallel to see where c3i chokes * boost: allow building boost_stacktrace_{addr2line,backtrace} when cross building
- Loading branch information
Showing
4 changed files
with
245 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.