From a84fa3f15c0a52b9c930ac404a58716ee1e0a648 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Thu, 26 Dec 2013 12:53:32 +0200 Subject: [PATCH] Enable /Gy (Function-Level Linking) and /Gw (Optimize Global Data) --- Build/VS/Rainmeter.Cpp.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build/VS/Rainmeter.Cpp.props b/Build/VS/Rainmeter.Cpp.props index dcc222a4..8af744d3 100644 --- a/Build/VS/Rainmeter.Cpp.props +++ b/Build/VS/Rainmeter.Cpp.props @@ -93,6 +93,8 @@ MaxSpeed NDEBUG;%(PreprocessorDefinitions) true + true + /Gw %(AdditionalOptions) false