Skip to content

build: add CONFIG_FLAGS to with-code-cache target

This commit adds CONFIG_FLAGS to allow the with-code-cache target to be used with a debug build. The motivation for this is to make it easier to debug a build with the code cache enabled.

The suggested usage:

$ make BUILDTYPE=Debug with-code-cache

The BUILDTYPE option is not needed if ./configure was already configured with --debug.

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

Merge request reports

Loading