UNPKG

503 BPlain TextView Raw
1{
2 "targets": [{
3 "target_name": "bstring",
4 "sources": [
5 "./src/base58.cc",
6 "./src/bech32.cc",
7 "./src/bstring.cc"
8 ],
9 "cflags": [
10 "-Wall",
11 "-Wno-implicit-fallthrough",
12 "-Wno-maybe-uninitialized",
13 "-Wno-uninitialized",
14 "-Wno-unused-function",
15 "-Wextra",
16 "-O3"
17 ],
18 "cflags_c": [
19 "-std=c99"
20 ],
21 "cflags_cc+": [
22 "-std=c++0x"
23 ],
24 "include_dirs": [
25 "<!(node -e \"require('nan')\")"
26 ]
27 }]
28}