@cuinjune wrote:
I’m building OF 0.11.0 in Ubuntu and my app is crashing with segmentation fault. (it used to work fine in OF 0.10.0)
I would like to see more details why it crashes so I just added “-g” flag into PLATFORM_LDFLAGS in the
config.linux64.default.mk
file like the following:
PLATFORM_LDFLAGS += -fuse-ld=gold -g
But it does not show any further details.
Where should I add -g flag to see the more details?
Posts: 1
Participants: 1