I have a query like when we build a project in visual studio we got default two configs debug and release...and both have different behavior let say release is more optimize than debug.
But when we go for custom configuration and do not select copy setting from debug and release and left with empty then if we build solution how compiler does stuff here....like debug / release or something else....what kind of binaries will get after build ?