boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

Possible mistake in build/Jamfile? #110

Closed pdimov closed 3 years ago

pdimov commented 3 years ago

Is this line correct? https://github.com/boostorg/stacktrace/blob/b37e0d8e9f9613813534b6765559bdec693f34d5/build/Jamfile.v2#L107

stacktrace_basic should not require WinDbg.

apolukhin commented 3 years ago

It is fine. It disables builds of stacktrace_basic if WinDbg is in there