I was reading Intel Inspector XE 2013 documentation, and they have mentioned setting of flag "-Bdynamic". Can anyone please tell me what does this flag do ? I have searched the gnu compilation options but have not seen this.
Thanks, Sheeri
I was reading Intel Inspector XE 2013 documentation, and they have mentioned setting of flag "-Bdynamic". Can anyone please tell me what does this flag do ? I have searched the gnu compilation options but have not seen this.
Thanks, Sheeri
Copyright © 2021 Jogjafile Inc.
assume you have both a shared library:
libabc.soand a static library:libabc.ain the same directory referenced by -L and using-labcto specify the library:with
-Bdynamicit will uselibabc.sowith
-Bstaticit will uselibabc.a