From a545f18c1301a97c3cb1254e65c77f951b86fc71 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 19 Jan 2019 16:56:55 +0000 Subject: [PATCH] lua : - ricompilazione con opzioni standard. --- lua.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua.vcxproj b/lua.vcxproj index 097a0e8..a305e93 100644 --- a/lua.vcxproj +++ b/lua.vcxproj @@ -150,6 +150,7 @@ copy $(TargetPath) \EgtProg\DllD64 false true true + UseLinkTimeCodeGeneration copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib\$(TargetName)R32.lib @@ -175,6 +176,7 @@ copy $(TargetPath) \EgtProg\Dll32 false true true + UseLinkTimeCodeGeneration copy $(TargetDir)$(TargetName).lib \EgtDev\Extern\lua\Lib\$(TargetName)R64.lib