Page 1 of 1

Build release with some shared libraries

PostPosted: Sat Jun 15, 2019 4:22 pm
by doubleaa93
I'm trying to build a release build with is_component_build=false but I want to have a certain library be shared (skia). That way I can link my application to the shared library instead of compiling skia separately.

I tried changing the build.gn in both src/skia and third_party/skia to do build as a shared_library instead of component. This built fine and it created a skia.dll but when I launched cefclient.exe the gpu process kept crashing.