Hi Guys!

Can someone help me regarding this.

What's the main difference in using:

CONFIG(debug, debug|release){
...
...
}


CONFIG(release, debug|release){
...
...
}

and

Debug: ...
Debug: ...

Release: ...
Release: ...


What will be the effect of both method in the project?

Thanks in advance guys!