Skip to content

build: make benchmark/napi all prereq order-only

This commit makes the all prerequisites order-only to prevent this target's rules to be executed every time which is currently the case as the all target is a phony target and will be executed every time.

There is some code duplication in these two targets but I though it might make reviewing difficult so I've left this for a follow up commit/pull request.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading