We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a8450 commit 2e1480aCopy full SHA for 2e1480a
configure
@@ -436,7 +436,7 @@ if test "$arch" = "aarch64"; then
436
clinker="${toolprefix}cc"
437
clinker_needs_no_pie=false
438
cprepro="${toolprefix}cc"
439
- cprepro_options="-arch arm64 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' '-D_Nullable=' '-D_Nonnull=' '-D__DARWIN_OS_INLINE=static inline' -Wno-\\#warnings -E"
+ cprepro_options="-arch arm64 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' '-D_Nullable=' '-D_Nonnull=' '-D__DARWIN_OS_INLINE=static inline' -Wno-\\#warnings -Wno-builtin-macro-redefined -E"
440
libmath=""
441
system="macos"
442
pic_supported=true
0 commit comments