From e805675fafe7b0852a1e653db04db5e6bfe86beb Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Tue, 8 Jul 2025 02:41:10 +0300 Subject: [PATCH 1/2] Simplify cDAC AOT condition --- src/native/managed/compile-native.proj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/native/managed/compile-native.proj b/src/native/managed/compile-native.proj index 737593267ed65f..dd0b12be34203b 100644 --- a/src/native/managed/compile-native.proj +++ b/src/native/managed/compile-native.proj @@ -21,11 +21,8 @@ false false - - false - false - true - false + + true From d8a48c1e1da4664602951b811b9f69ae0094f9b7 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Tue, 8 Jul 2025 04:10:27 +0300 Subject: [PATCH 2/2] More simplification --- src/native/managed/compile-native.proj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/native/managed/compile-native.proj b/src/native/managed/compile-native.proj index dd0b12be34203b..bede6454426570 100644 --- a/src/native/managed/compile-native.proj +++ b/src/native/managed/compile-native.proj @@ -19,10 +19,8 @@ false false - - false - - true + + $(NativeAotSupported)