Re: [pcre-dev] [Bug 1173] New: [PATCH] Use GCC visibility fe…

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: 1173
CC: pcre-dev
Subject: Re: [pcre-dev] [Bug 1173] New: [PATCH] Use GCC visibility features whenavailable
Would it be better to handle visibility on the linker side? I think
that will be less invasive -- all the visibility will be controlled in
one place, the Makefile. I'm thinking something like what we do
here:
http://code.google.com/p/google-ctemplate/source/browse/trunk/Makefile.am
with CTEMLPLATE_SYMBOLS.

That said, I don't feel that strongly that one approach is better than
the other.

craig