is VFLAG_g relevant anymore?

Hi…

(QNX 6.3 - PE)

  1. I wonder if VFLAG_g is relevant within the IDE any more?
  2. what is the proper way to specify a debug flag in the IDE?

I put this falg in common.mk

VFLAG_g=-gdwarf-2

but I do not see that it has any effect when I compile the project. On
the other hand, if I force

CCFLAGS+=-gdwaf-2

in common.mk, then I see -gdwarf-2 when compiling both the release and
debug versions. Moreover, when I have CCFLAGS+=-gdwarf-2 in common.mk,
I still do not see any evidence of this flag when I look in the
project’s properties dialog. I wonder what am I missing? Thanks.


Regards…

Miguel.