Skip to content

Commit

Permalink
build with node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Jun 22, 2021
1 parent 2632b53 commit 4a1d523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"target_name": "native",
"sources": ["src/native.cc", "src/LRUCache.cc"],
"cflags": ["-std=c++11", "-O2"],
"cflags_cc": ["-std=c++11", "-O2"],
"cflags": ["-O2"],
"cflags_cc": ["-O2"],
"include_dirs" : [
"<!(node -e \"require('nan')\")"
]
Expand Down

0 comments on commit 4a1d523

Please sign in to comment.