get rid of eh_frame bloat
authorRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2012 13:36:02 +0000 (09:36 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 29 Aug 2012 13:36:02 +0000 (09:36 -0400)
commitb439c051c7eee4eb4b93fc382f993aa6305ce530
tree5c4f835d2d889a023e1ff384e3eb2d33f2cf3481
parent8b28aa9c94e7c6179d70fe73afcd3fff29809d61
get rid of eh_frame bloat

if needed for debugging, it will be output in the .debug_frame section
instead, where it is not part of the loaded program and where the
strip command is free to strip it.
configure