I have not in an mistake, the makefile generated will compile the library in Debug Mode. Are there any automatic way to compile the library Cppunit in release mode ,not in Debug Mode,
Thanks
Antonio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear:
I have not in an mistake, the makefile generated will compile the library in Debug Mode. Are there any automatic way to compile the library Cppunit in release mode ,not in Debug Mode,
Thanks
Antonio
Use ./configure and modify the CFLAGS or CXXFLAGS which genearets required makefile to build in release mode
Or you can edit the Makefile directly and remove -g option in CFLAGS and CPPFLAGS options