From 896bcc520bf76e332d31a408e74517f03357e882 Mon Sep 17 00:00:00 2001 From: sean Date: Thu, 21 Jun 2012 03:48:40 +0000 Subject: [PATCH] Fixed the warning liblinear.lib(linear.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance by just adding the /LTCG flag. --- mswin32/nmap.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mswin32/nmap.vcxproj b/mswin32/nmap.vcxproj index 1dd663e87..29235e0a2 100644 --- a/mswin32/nmap.vcxproj +++ b/mswin32/nmap.vcxproj @@ -124,6 +124,7 @@ true true MachineX86 + /LTCG %(AdditionalOptions) xcopy "$(SolutionDir)..\scripts" ".\$(Configuration)\scripts\" /e /y && xcopy "$(SolutionDir)..\nselib\*.lua" "$(SolutionDir)\$(Configuration)\nselib\" /y && xcopy /s /e "$(SolutionDir)..\nselib\data\*.*" "$(SolutionDir)\$(Configuration)\nselib\data\" /y && xcopy "$(SolutionDir)\OpenSSL\bin\*.dll" "$(SolutionDir)\$(Configuration)\" /y && xcopy "$(SolutionDir)..\nse_main.lua" "$(SolutionDir)\$(Configuration)\" /y @@ -336,4 +337,4 @@ - + \ No newline at end of file