Hi Friends,
I am planning to use "__FILE__,__LIN E__,__FUNCTION_ _ " for a logging
component in my class.
In debug build I gets all information. I tried with release mode also
and it works. But I want to verify that will I able to get this
information at any kind of build with all possible optimizations?
Regards
Vikram S
I am planning to use "__FILE__,__LIN E__,__FUNCTION_ _ " for a logging
component in my class.
In debug build I gets all information. I tried with release mode also
and it works. But I want to verify that will I able to get this
information at any kind of build with all possible optimizations?
Regards
Vikram S
Comment