diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-06 18:53:15 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-07 17:30:05 -0700 |
| commit | 0594f7db02fb1b7d5bccb05e25b7101dc7f2e5ca (patch) | |
| tree | e7b56bd77a4d5a1d0f23049113349066c4eacee1 /Source | |
| parent | 6b698948770478b2492591656a0d3026654c3873 (diff) | |
msbuild/DolphinQt: remove extra /INCREMENTAL. Already enabled for Debug.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt2/DolphinQt2.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt2/DolphinQt2.vcxproj b/Source/Core/DolphinQt2/DolphinQt2.vcxproj index 8cfab8c065..9dbf6f2cd3 100644 --- a/Source/Core/DolphinQt2/DolphinQt2.vcxproj +++ b/Source/Core/DolphinQt2/DolphinQt2.vcxproj @@ -41,9 +41,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros"> </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <LinkIncremental>true</LinkIncremental> - </PropertyGroup> <ItemDefinitionGroup> <Link> <AdditionalLibraryDirectories>$(ExternalsDir)ffmpeg\lib;$(ExternalsDir)OpenAL\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
