How to configure debug and release builds?
-
Hi,
currently I am using Visual Studio 2013 as a compiler and Qt Creator 4.1 as an IDE. I've spotted differences in my math project depending whether I am using debug build or release build. So now I am trying to find an option in Qt Creator which is responsible for passing parameters to VS compiler.
In Projects / Build Settings I see the configurations for debug and release but I don't see the exact parameters that are passed to MSVC2013. Could someone explain me how can I see what are the exact parameters passed to compiler and how can I change them? For example how to turn on or off the optimization or how to change floating point model?
Just for your information, I've tried to find this information in Qt's manual, for example here: http://doc.qt.io/qtcreator/creator-build-settings.html
Thank you for your time.