Skip to content

Commit

Permalink
Merge pull request #9 from johanneswuerbach/fix-16
Browse files Browse the repository at this point in the history
build with node 16
  • Loading branch information
ltetzlaff authored Jun 22, 2021
2 parents 2632b53 + 4a1d523 commit 4e40447
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 4e40447

Please sign in to comment.