-fvisibility=hidden flag does not get applied in final shared library

Hi All
While making my shared libraries of libQtGui.so we give CXXFLAGS as flag -fvisibility=hidden , but when I give command

objdump --dynamic-syms libQtGui.so.4.3.3

the hidden visibility is not applied .Can some one guide me how it is possible , hidden visibility is not applied even we give the flag fvisibility=hidden for each .o file




Last edited on
Can anyone guide me on this
Topic archived. No new replies allowed.