github.com/cs3org/reva/v2@v2.27.7/changelog/1.8.0_2021-06-09/fix-static-ldflag-build-ci.md (about)

     1  Bugfix: Use the -static ldflag only for the 'build-ci' target
     2  
     3  It is not intended to statically link the generated binaries
     4  for local development workflows. This resulted on segmentation
     5  faults and compiller warnings.
     6  
     7  https://github.com/cs3org/reva/pull/1718