Skip to content

Commit

Permalink
Don't optimize too much for mmal
Browse files Browse the repository at this point in the history
This will break libmpv reference to libmmal_vc_client.so

see raspberrypi/userland#178
  • Loading branch information
LongChair committed Mar 18, 2015
1 parent b5cf7f5 commit 3e46d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/optimize
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ "$OPTIMIZATIONS" = normal ];then
fi

if [ "$OPTIMIZATIONS" = size ];then
GCC_OPTIM="-Os -fexcess-precision=fast"
LD_OPTIM="-Wl,--as-needed"
GCC_OPTIM="-Os"
LD_OPTIM=""
fi

if [ "$LTO_SUPPORT" = yes ];then
Expand Down

0 comments on commit 3e46d68

Please sign in to comment.