12-08-2012 11:22 AM
As explained here http://devblog.blackberry.com/2012/12/cascades-pro
QMAKE_CXX_FLAGS += -fvisible
is set to -fvisible but in all github sample I see
QMAKE_CXXFLAGS_RELEASE += -fvisibility=hidden -mthumb
Looked over the net, and found out that it's some gcc optimisation about symbol visibility for ELF binaries, but it's -fvisibility, not -fvisible. So my question is, isn't the post on devblog a bit misleading ?
01-01-2013 08:36 PM
There were some errors in the original article with respect to changes that needed to be made to the .pro file and bar descriptor. The article has been reposted with corrections since.