最終更新:2016-07-06 (水) 16:55:10 (2843d)  

Visual C++/コマンドライン
Top / Visual C++ / コマンドライン

Debug

  • /Yu"stdafx.h" /GS     /analyze- /W3     /Zc:wchar_t /ZI /Gm /Od  /sdl /Fd"Debug\vc140.pdb"   /Zc:inline /fp:precise /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /Oy- /MDd /Fa"Debug\" /EHsc /nologo /Fo"Debug\" /Fp"Debug\ConsoleApplication1.pch
  • WIN32
  • _DEBUG
  • _CONSOLE?
  • _UNICODE
  • UNICODE

Release

  • /Yu"stdafx.h" /GS /GL /analyze- /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Fd"Release\vc140.pdb" /Zc:inline /fp:precise /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oy- /Oi /MD /Fa"Release\" /EHsc /nologo /Fo"Release\" /Fp"Release\ConsoleApplication1.pch"
  • WIN32
  • NDEBUG
  • _CONSOLE?
  • _UNICODE
  • UNICODE