No output from /Qvec-report

  • Thread starter Thread starter k7miller
  • Start date Start date
K

k7miller

Guest
I am trying to use the /Qvec-report:2 option in MSVC 2015, however, it does not produce any output when I build my code. My compiler settings are:

/GS /GL /W4 /Gy /Zc:wchar_t /I"C:\Program Files (x86)\Visual Leak Detector\include" /Zi /O2 /sdl /Fd"x64\Release\vc140.pdb" /Zc:inline /fp:precise /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /arch:AVX2 /clr /FU"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /Oi /MD /openmp /Fa"x64\Release\" /EHa /nologo /Fo"x64\Release\" /Ot /Fp"x64\Release\itsolver_msvc.pch"

Any help resolving this issue would be greatly appreciated.

Thanks,

Killian

Continue reading...
 
Back
Top