Remove hardware dive-ld
article thumbnail

Separating debug symbols from executables

Hacker News

" << std::endl; 5 return 0; 6 } Preliminaries Before we dive into the deeper analysis, let’s make sure that our toy example can stay relevant for the remainder of this exploration. 2 $ g++ -fuse-ld=gold hello.cpp -o hello.default $ g++ -g -c hello.cpp $ g++ -fuse-ld=gold hello.o -o What are debug symbols, really?

AWS 133