{
  "targets": [
    {
      "target_name": "pprof",
      "sources": [ 
        "bindings/profiler.cc",
      ],
      "include_dirs": [ "<!(node -e \"require('nan')\")" ],
      # TODO(#62): 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" ]
    }
  ]
}
