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