From 92392c76c92378afdf263d236e939f49ce321ee1 Mon Sep 17 00:00:00 2001 From: prashantchahar Date: Mon, 19 Feb 2024 10:13:13 -0800 Subject: Add explicit flag for arm64 for ehsc and remove incremental link (#1117) * Add explicit flag for arm64 for ehsc and remove incremental link as ehsc is not passsed for ARM64 VS and looks like ltcg is not supported as well. * Update exclusions.csv * Set exception handling via property ExceptionHandling --------- Co-authored-by: Prashant Chahar Co-authored-by: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Co-authored-by: Jakob Lichtenberg (170957) --- exclusions.csv | 1 - .../IddSampleApp/IddSampleApp.vcxproj | 29 +++------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/exclusions.csv b/exclusions.csv index 1a5ed717..e571e8e0 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -3,5 +3,4 @@ audio\acx\samples\audiocodec\driver,*,,22621,Only NI: error C1083: Cannot open i general\dchu\osrfx2_dchu_extension_loose,*|x64,,22621,Only NI: Only x64: Fails to build general\dchu\osrfx2_dchu_extension_tight,*|x64,,22621,Only NI: Only x64: Fails to build prm,*,,22621,Only NI: Not supported on NI. -video\indirectdisplay,*,,,Only EWDK: Fails to build with EWDK (builds fine with regular WDK). tree,*,,,Missing headers diff --git a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj index 90afb399..3ee99ac8 100644 --- a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj +++ b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj @@ -38,7 +38,6 @@ 16.0 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6} IddSampleApp - 10.0 @@ -123,30 +122,6 @@ - - true - - - true - - - true - - - true - - - false - - - false - - - false - - - false - Level3 @@ -166,6 +141,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + Sync Console @@ -223,7 +199,8 @@ true true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true + Sync + /EHsc Console -- cgit v1.3.1