I am using the VLFeat library (http://www.vlfeat.org/) in Microsoft Visual Studio 2012.
My problem is: Whenever I run the program, three Debug lines get printed to the console. I looked into the source code; it seems like these three lines only get printed if the macro DEBUG is defined.
Unfortunately, I can't find where the macro is defined; I didnt find it in the library's source and do not define it myself. I even tried to undefine it (#undef), which doesnt help. Does anyone know if the macro is defined by the Visual cpp compiler and if yes, how to undefine it?