diff options
Diffstat (limited to 'profiles/prefix/darwin/macos/arch/x86/make.defaults')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/x86/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/arch/x86/make.defaults b/profiles/prefix/darwin/macos/arch/x86/make.defaults index 4e6b922ab1b..3a38bd918d5 100644 --- a/profiles/prefix/darwin/macos/arch/x86/make.defaults +++ b/profiles/prefix/darwin/macos/arch/x86/make.defaults @@ -8,3 +8,5 @@ DEFAULT_ABI="x86" ABI="x86" IUSE_IMPLICIT="abi_x86_32" LIBDIR_x86="lib" +# We use Clang, let it figure out what is the best to use +CFLAGS="-march=native" |