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