SVF icon indicating copy to clipboard operation
SVF copied to clipboard

fix shared library builds (experimental)

Open JuliusNmn opened this issue 1 year ago • 1 comments

this patch fixes undefined symbol errors when building with -DBUILD_SHARED_LIBS=on. building without the flag works too. only tested on macos.

JuliusNmn avatar Oct 16 '23 07:10 JuliusNmn

Codecov Report

Merging #1226 (9fd02ec) into master (60ac82e) will not change coverage. Report is 9 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1226   +/-   ##
=======================================
  Coverage   64.50%   64.50%           
=======================================
  Files         223      223           
  Lines       23667    23667           
=======================================
  Hits        15266    15266           
  Misses       8401     8401           

see 1 file with indirect coverage changes

codecov[bot] avatar Oct 16 '23 08:10 codecov[bot]