Link libstdc++ statically (avoid dependency)
Please merge after testing. Test builds can be found at einstein2:/tmp/eah_gfx_refresh_win64_static.zip
Edited by Oliver Behnke
Merge request reports
Activity
added 1 commit
- 3c7084c4 - Link static library directly as g++ option fails
Ok, macOS ships with
libstdc++
by default, so I don't think it's necessary link it statically. Also the approach used for MinGW doesn't work with clang (despite being available). Linux would work but is probably also not needed as it should be installed by default, I presume.Note:
libstdc++
has been deprecated by Apple and needs to be replaced bylibc++
soon (not by this MR)!Edited by Oliver Behnkementioned in commit be11bd35
Please register or sign in to reply