]> git.tuebingen.mpg.de Git - osl.git/commit
Always compile with -fvisibility=hidden.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 May 2008 20:39:16 +0000 (22:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 29 May 2008 20:39:16 +0000 (22:39 +0200)
commit3628baea3868d9acf752891a4c4d5a5cb600b909
tree1d3559e52084946df6d07784d9688cadd58cc4fd
parent21417b06a9c9b83a82252b4294b1ddede0c38af2
Always compile with -fvisibility=hidden.

And explicitly mark exported functions with
__attribute__((visibility("default"))). This only works with gcc-4,
but hey, let's just require gcc-4.
Makefile
gcc-compat.h
osl.c