Skip to content

build: harmonize Clang checks and update V8 warning cflags

Rodrigo Muino Tomonari requested to merge clang-config into main
  • Set the clang variable in config.gypi so it depends on compiler checks made by the configure script.
  • Replace gyp conditions with llvm_version and "0.0" with conditions that use the clang variable.
  • Always use clang==1 or clang==0 in gyp conditions

This will help for https://github.com/nodejs/node/pull/52870

Merge request reports

Loading