Hi Team,
In SES, there are two builds debug and release. While in the armgcc Makefile there is just one type of build.
The one from the example looks like optimize for release -O3. I'm wondering what are the flags I should enable
to maximize (debugging info) during the development/debugging phase.
I have these switches flags turned on:
OPT = -O0 -g3
CFLAGS += -DDEBUG
Are there more flags I should turn on during the BLE development using softdevice?
Thanks.