@nxtedition/rocksdb 12.2.7 → 12.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,10 +93,9 @@
93
93
  "USE_COROUTINES=1",
94
94
  "HAVE_UINT128_EXTENSION=1",
95
95
  "HAVE_ALIGNED_NEW=1",
96
+ "ROCKSDB_JEMALLOC=1",
96
97
  # "HAVE_FULLFSYNC=1",
97
98
  # "NUMA=1",
98
- # "TBB=1",
99
- # "ROCKSDB_JEMALLOC=1",
100
99
  # "JEMALLOC_NO_DEMANGLE=1",
101
100
  ],
102
101
  "direct_dependent_settings": {
@@ -105,14 +104,19 @@
105
104
  "/usr/lib/x86_64-linux-gnu/libfolly.a",
106
105
  "/usr/lib/x86_64-linux-gnu/liburing.a",
107
106
  "/usr/lib/x86_64-linux-gnu/libfmt.a",
107
+ "/usr/lib/x86_64-linux-gnu/libglog.a",
108
+ "/usr/lib/x86_64-linux-gnu/libiberty.a",
109
+ "/usr/lib/x86_64-linux-gnu/libunwind.a",
110
+ "/usr/lib/x86_64-linux-gnu/libgflags.a",
111
+ "/usr/lib/x86_64-linux-gnu/libjemalloc.a"
108
112
  ],
109
113
  },
110
114
  "include_dirs": [
111
115
  "/usr/lib/x86_64-linux-gnu/include",
112
116
  "/usr/lib/include",
113
117
  ],
114
- "cflags": ["-march=znver1", "-fcoroutines"],
115
- "ccflags": ["-flto", "-march=znver1", "-fcoroutines"],
118
+ "cflags": ["-march=znver1"],
119
+ "ccflags": ["-march=znver1", "-flto", "-fcoroutines"],
116
120
  "cflags!": ["-fno-exceptions"],
117
121
  "cflags_cc!": ["-fno-exceptions"],
118
122
  "ldflags": ["-flto", "-fuse-linker-plugin"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "12.2.7",
3
+ "version": "12.2.9",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
package/prebuilds.zip ADDED
Binary file