How do I build Google Crashpad into Shared (Dynamic) Libraries?
问题 Problem Summary I'm trying to integrate Google Crashpad, (successor of Google Breakpad) a crash reporting system, into a software suite that links to all of its external libraries dynamically. My problem is that the default of Crashpad is to build as a static library - I need to build it dynamically . After cloning Crashpad, GN is used to generate the .ninja files for the build. The build commands are as follows: $ gn gen out/Default The above command generates all of the .ninja files. (Aside