diff options
| author | Stefan Boberg <[email protected]> | 2021-08-05 21:37:57 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-05 21:37:57 +0200 |
| commit | 09f4828de9310252c335e13e398129b956c430da (patch) | |
| tree | 517f4697b0980cea547ecfcfd7c69423066fee00 | |
| parent | Added basic NamedMutex implementation (diff) | |
| download | zen-09f4828de9310252c335e13e398129b956c430da.tar.xz zen-09f4828de9310252c335e13e398129b956c430da.zip | |
Switch off verbose linker output
| -rw-r--r-- | zen/zen.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/zen.vcxproj b/zen/zen.vcxproj index 60506c3bc..5356e9480 100644 --- a/zen/zen.vcxproj +++ b/zen/zen.vcxproj @@ -74,7 +74,7 @@ <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> - <ShowProgress>LinkVerboseLib</ShowProgress> + <ShowProgress>NotSet</ShowProgress> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |