8087121: bscmake fails when building inside VS2013
Reviewed-by: hseigel, lfoltan, mgronlun
This commit is contained in:
parent
709d3d936e
commit
e720ad23ac
@ -363,9 +363,6 @@ class CompilerInterfaceVC10 extends CompilerInterface {
|
||||
|
||||
// Set /On option
|
||||
addAttr(rv, "Optimization", opt);
|
||||
// Set /FR option.
|
||||
addAttr(rv, "BrowseInformation", "true");
|
||||
addAttr(rv, "BrowseInformationFile", "$(IntDir)");
|
||||
// Set /MD option.
|
||||
addAttr(rv, "RuntimeLibrary", "MultiThreadedDLL");
|
||||
// Set /Oy- option
|
||||
|
Loading…
x
Reference in New Issue
Block a user