Skip to content

build: --without-profiler option, add Windows build options

Rodrigo Muino Tomonari requested to merge github/fork/brodycj/cb-build-opts into master
Checklist
  • make -j8 test (UNIX [macOS]; Linux i386 & amd64) and vcbuild test nosign (.\vcbuild.bat nosign then .\vcbuild.bat test nosign nobuild as Administrator on Windows) PASS OK
  • commit message follows commit guidelines
Additional item
Affected core subsystem(s)

build

Description of change
  • --without-profiler option to build with code related to v8-profiler.h disabled
  • vcbuild.bat add without-inspector & without-profiler options

These options can be used to silence some ugly build warnings ref: PR #10139

Merge request reports

Loading