From 58db8db15081859d882784e52befe544a198730c Mon Sep 17 00:00:00 2001 From: Stephan Dollberg Date: Tue, 1 Feb 2022 02:18:14 +0000 Subject: [PATCH] NativeAot: Allow disabling -pie flag (#64580) Adds a msbuild property `PositionIndependentExecutable` to the -pie flag. While good by default for security reasons they might make binary incompatible with certain tools. --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props index b49f24e..4e8bbec 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -90,7 +90,7 @@ The .NET Foundation licenses this file to you under the MIT license. - + -- 2.7.4