Skip to content

Commit

Permalink
Remove 'march=native' flag for Apple silicon compatibility (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazgolze committed Aug 1, 2021
1 parent 5c8e0b9 commit f945be6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/rocksdb/rocksdb.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
'-mmacosx-version-min=10.8'
, '-std=c++11'
, '-stdlib=libc++'
, '-march=native'
, '-fno-omit-frame-pointer'
, '-momit-leaf-frame-pointer'
]
Expand Down

0 comments on commit f945be6

Please sign in to comment.