Skip to content

Commit aace651

Browse files
committed
Disable build flag on ARM as it does nothing and spawns warning
1 parent dfa15d7 commit aace651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Configurations/Build/Common/Foundation.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ GCC_WARN_UNUSED_VARIABLE = YES
6666
HEADER_SEARCH_PATHS =
6767
INFOPLIST_OUTPUT_FORMAT = binary
6868
LD_NO_PIE = YES
69+
LD_NO_PIE[arch=arm64] = NO
6970
LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks @executable_path/../Frameworks
7071
LIBRARY_SEARCH_PATHS =
7172
MACOSX_DEPLOYMENT_TARGET = 10.12

0 commit comments

Comments
 (0)