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.
2 parents aeefe06 + 4dfad21 commit 211bdebCopy full SHA for 211bdeb
compiler-rt/cmake/config-ix.cmake
@@ -446,7 +446,7 @@ if(APPLE)
446
447
# Note: In order to target x86_64h on OS X the minimum deployment target must
448
# be 10.8 or higher.
449
- set(DEFAULT_SANITIZER_MIN_OSX_VERSION 10.10)
+ set(DEFAULT_SANITIZER_MIN_OSX_VERSION 10.13)
450
set(DARWIN_osx_MIN_VER_FLAG "-mmacosx-version-min")
451
if(NOT SANITIZER_MIN_OSX_VERSION)
452
string(REGEX MATCH "${DARWIN_osx_MIN_VER_FLAG}=([.0-9]+)"
0 commit comments