annotate binary.ver @ 35372:9d626905f38b

Add a version script to hide all symbols. This should give better startup performance at least and reduces the stripped binary size by about 500 kB for me. However it means that stripped binaries will give only completely useless backtraces since the compiler will no be able to find the name of even a single function.
author reimar
date Fri, 23 Nov 2012 20:53:54 +0000
parents
children 7e4a8748cf9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35372
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
1 MPLAYER_1 {
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
2 local: *;
9d626905f38b Add a version script to hide all symbols.
reimar
parents:
diff changeset
3 };