(option -g). If you compile with debug info, you can get it back with readelf: [root@localhost test]# gcc a.c [root@localhost test]# readelf -wi a.out [root@localhost test]# gcc a.c -g [root@localhost test]# readelf -wi a.out The section .d...
(option -g). If you compile with debug info, you can get it back with readelf: [root@localhost test]# gcc a.c [root@localhost test]# readelf -wi a.out [root@localhost test]# gcc a.c -g [root@localhost test]# readelf -wi a.out The section .d...