Open agarny opened 4 years ago
Do you know of a way to tell Qt Creator to turn it into a Release
build? As far as I know you have to go to the project and set the LIBCELLML_BUILD_TYPE
to Release
, it is only a string after all we add the meaning to it.
Sorry, I should have precised that this is indeed what I did:
I use Qt Creator for my coding and if I open the libCellML project and ask for a
Release
build to be built then I still end up with a debug version of libCellML. From there, if I manually setLIBCELLML_BUILD_TYPE
toRelease
(andLIBCELLML_MEMCHECK
toOFF
) then everything is fine. Still, I wouldn't expect having to do that using an IDE like Qt Creator.