I compiled Quantlib library in vs2012 under "release" and got the lib file, QuantLib-vc110-mt.lib.
My question is what's the meaning of "mt" in this file name? My guess is that it is related to "release". Is there any standard I could follow? Or if there is any introduction to the compiling flags and library debugging?
Thank you.