logoalt Hacker News

sylwaretoday at 11:25 AM1 replyview on HN

Don't forget to build 'correct' ELF64 binaries for broad elf(glibc)/linux distro support (-static-libgcc -static-libstdc++, and tight glibc ABI version control with binutils VERSION scripts).

At least those build options should be default.


Replies

martztoday at 12:23 PM

thanks for your comment, will look into it!