@nxtedition/rocksdb 12.2.7 → 12.2.8

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.
@@ -105,14 +105,18 @@
105
105
  "/usr/lib/x86_64-linux-gnu/libfolly.a",
106
106
  "/usr/lib/x86_64-linux-gnu/liburing.a",
107
107
  "/usr/lib/x86_64-linux-gnu/libfmt.a",
108
+ "/usr/lib/x86_64-linux-gnu/libglog.a",
109
+ "/usr/lib/x86_64-linux-gnu/libiberty.a",
110
+ "/usr/lib/x86_64-linux-gnu/libunwind.a",
111
+ "/usr/lib/x86_64-linux-gnu/libgflags.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.8",
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