diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/binary.ver	Fri Nov 23 20:53:54 2012 +0000
@@ -0,0 +1,3 @@
+MPLAYER_1 {
+  local: *;
+};