Skip to content

Add disable_repo_root_include_path - #848

Open
keith wants to merge 1 commit into
bazelbuild:mainfrom
keith:ks/add-disable_repo_root_include_path
Open

Add disable_repo_root_include_path#848
keith wants to merge 1 commit into
bazelbuild:mainfrom
keith:ks/add-disable_repo_root_include_path

Conversation

@keith

@keith keith commented Aug 17, 2026

Copy link
Copy Markdown
Member

This is a requestable feature (that doesn't require being in the toolchain) that removes the default . from include paths. This path is useful if you'd like to include things based on their path from the root of the repo, but that isn't common for typical third party C++ libraries, and having this can cause other issues as described in #801

Fixes #801

This is a requestable feature (that doesn't require being in the
toolchain) that removes the default `.` from include paths. This path is
useful if you'd like to include things based on their path from the root
of the repo, but that isn't common for typical third party C++
libraries, and having this can cause other issues as described in bazelbuild#801

Fixes bazelbuild#801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

external_include_paths adds external repository root as -isystem include path

1 participant