Skip to content

Commit

Permalink
binutils: Sane optimization defaults for the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Nov 23, 2013
1 parent 9800f37 commit 353a06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/binutils/plugin.d/optimize-gnu_ld.plugin
Expand Up @@ -66,6 +66,9 @@ plugin_gnu_ld_optimize_menu()
# load previous optimizations
if [ -e /etc/lunar/local/optimizations.GNU_LD ]; then
. /etc/lunar/local/optimizations.GNU_LD
else
# default optimizations
LDF=( Strip )
fi

save_optimizations()
Expand Down

0 comments on commit 353a06d

Please sign in to comment.