Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"bindings/profiler.cc",
],
"include_dirs": [ "<!(node -e \"require('nan')\")" ],
# TODO(#315): The following line suppresses compliation warnings
# originating from v8 and node that appear when gcc 8 is used.
# Once the warnings are fixed upstream, this line should be removed.
"cflags": [ "-Wno-cast-function-type" ]
},
{
Expand Down