Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. All options (linker):
  2. /OUT:"c:\users\mike\Source\Repos\testing\x64\Release\testing.exe" /MANIFEST /LTCG:incremental /NXCOMPAT /PDB:"c:\users\mike\Source\Repos\testing\x64\Release\testing.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /OPT:REF /INCREMENTAL:NO /PGD:"c:\users\mike\Source\Repos\testing\x64\Release\testing.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Release\testing.exe.intermediate.manifest" /OPT:ICF /ERRORREPORT:PROMPT /NOLOGO /TLBID:1
  3.  
  4. custom options (linker):
  5. /FUNCTIONPADMIN:1024
  6.  
  7. All options (compiler):
  8. /permissive- /GS /GL /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Fd"x64\Release\vc141.pdb" /Zc:inline /fp:precise /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oi /MD /Fa"x64\Release\" /EHsc /nologo /Fo"x64\Release\" /Fp"x64\Release\testing.pch" /diagnostics:classic
  9.  
  10. custom options (compiler):
  11. none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement