Browse Source

Always ignore warnings about missing PDB files

pull/1485/head
josetr 5 years ago committed by GitHub
parent
commit
f9af20f19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/CppParser/premake5.lua

4
src/CppParser/premake5.lua

@ -23,9 +23,7 @@ project "CppSharp.CppParser" @@ -23,9 +23,7 @@ project "CppSharp.CppParser"
filter "action:vs*"
buildoptions { clang_msvc_flags }
if os.getenv("APPVEYOR") then
linkoptions { "/ignore:4099" } -- LNK4099: linking object as if no debug info
end
linkoptions { "/ignore:4099" } -- LNK4099: linking object as if no debug info
filter {}

Loading…
Cancel
Save