Skip to content

how to find out the linker flags used while building a library #197

Answered by grafikrobot
the-shank asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the -d2 option (see https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.invocation.options) to display the commands that are executed. If you want the commands without actually executing them you can also use the -n option.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by the-shank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants