gcc.rst
changeset 194 c9a5f5dad40d
parent 193 635ce059b359
child 352 2f4c25b2b493
equal deleted inserted replaced
193:635ce059b359 194:c9a5f5dad40d
    27   -s
    27   -s
    28                 Strip the debug information, so as to make the code as small
    28                 Strip the debug information, so as to make the code as small
    29                 as possible. (I presume that you'd want to do this in a
    29                 as possible. (I presume that you'd want to do this in a
    30                 dead-code removal build.)
    30                 dead-code removal build.)
    31 
    31 
       
    32 * Map file.
       
    33 
       
    34   $ ld -Map=file.map <opts> <files>
       
    35 
       
    36 or
       
    37 
       
    38   $ gcc -Wl,-Map=file.map <opts> <files>