summaryrefslogtreecommitdiff
path: root/build/visual-studio/run-generators
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-01-27 12:31:26 -0800
committerGitHub <noreply@github.com>2022-01-27 12:31:26 -0800
commit1fa1b36944a72d4bb21218d3217eac42c451ff34 (patch)
treeddf9f5ab81c0043bf3bdd1ab4fdd77c00dc27038 /build/visual-studio/run-generators
parent22f0c04d2b5f8245ccaee6caee8e5adebea4aea0 (diff)
Turn off edit and continue to prevent warnings. (#2097)
Co-authored-by: Yong He <yhe@nvidia.com> Co-authored-by: Theresa Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'build/visual-studio/run-generators')
-rw-r--r--build/visual-studio/run-generators/run-generators.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/visual-studio/run-generators/run-generators.vcxproj b/build/visual-studio/run-generators/run-generators.vcxproj
index cb8a760b2..6e10e3ca1 100644
--- a/build/visual-studio/run-generators/run-generators.vcxproj
+++ b/build/visual-studio/run-generators/run-generators.vcxproj
@@ -158,7 +158,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
@@ -172,7 +172,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>