vendor/libsodium/builds/msvc/properties/Release.props in rbnacl-libsodium-1.0.0 vs vendor/libsodium/builds/msvc/properties/Release.props in rbnacl-libsodium-1.0.1

- old
+ new

@@ -18,12 +18,14 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <MinimalRebuild>false</MinimalRebuild> <Optimization>MaxSpeed</Optimization> + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <ResourceCompile> + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <!--<GenerateDebugInformation>true</GenerateDebugInformation>--> <OptimizeReferences>true</OptimizeReferences> @@ -34,6 +36,6 @@ <ClCompile> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> </ItemDefinitionGroup> -</Project> +</Project> \ No newline at end of file