I want to add compiler flags to my build configuration i.e _DEBUG, etc
My understanding is that a build is done by build task
nRF Connect extension allows to create a tasks.json from a default nRF Connect build task
In Terminal->Configure tasks I can select nrf Connect build and it creates the following tasks.json file
The problem is that I cannot add the "args" property - at least in other discussions I saw it being used to add compiler flags
How can I add compile flags to my nrf connect build task ? Or is there another way to do this?