Skip to content

Commit

Permalink
https://github.com/Level/rocksdb/pull/181
Browse files Browse the repository at this point in the history
  • Loading branch information
buu700 committed Sep 21, 2021
1 parent 3542709 commit 3e9e3d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps/rocksdb/rocksdb.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@
, 'MACOSX_DEPLOYMENT_TARGET': '10.8'
}
}]
, ['target_arch == "arm64" or target_arch == "aarch64"', {
'sources': [
'rocksdb/util/crc32c_arm64.cc'
]
, 'ccflags': [
'-march=armv8-a+crc+crypto'
]
}]
]
, 'sources': [
'rocksdb/cache/cache.cc'
Expand Down

0 comments on commit 3e9e3d8

Please sign in to comment.