2018-09-13 09:25 PM
I created a configuration called "Release" and inside it I defined under C/C++ General --> Paths and Symbols a symbol following the advice from several "google" searches but when I try to use it inside a file like:
#[if defined(_RELEASE_MODE_)]
...some code
#endif
it failed in compilation time as the symbol was not recognized. Any hint?
2018-09-18 02:14 AM
Hello Caio ,
You should do that in the platform settings in your compilation options
-D_RELEASE_MODE_
Best regards
Erwan