GoogleCloudPlatform / cloud-profiler-python

Stackdriver Profiler Python agent is a tool that continuously gathers CPU usage information from Python applications
Apache License 2.0
27 stars 23 forks source link

Add flag to build binaries without static linking #113

Closed rahuliyer95 closed 2 days ago

rahuliyer95 commented 2 years ago

Currently, the build process forces users to statically link libraries. Added a flag DISABLE_STATIC_LINKING to allow users to disable this behavior. When the value for DISABLE_STATIC_LINKING is set the binaries are built without static linking.