Skip to content

build: Fix rules_cc passing a removed flag to MSVC - #50

Merged
robinlinden merged 1 commit into
masterfrom
build-fix-vs2026
Jul 18, 2026
Merged

build: Fix rules_cc passing a removed flag to MSVC#50
robinlinden merged 1 commit into
masterfrom
build-fix-vs2026

Conversation

@robinlinden

@robinlinden robinlinden commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Passing /DEBUG:FASTLINK to VS2026 emits a warning which is treated as
an error due to us building w/ --features=treat_warnings_as_errors.

LINK : warning LNK4315: /DEBUG:FASTLINK is no longer supported.
Using /DEBUG:FULL instead. Use a VS 2022 toolchain to continue
building with /DEBUG:FASTLINK

Passing `/DEBUG:FASTLINK` to VS2026 emits a warning which is treated as
an error due to us building w/ `--features=treat_warnings_as_errors`.

    LINK : warning LNK4315: /DEBUG:FASTLINK is no longer supported.
    Using /DEBUG:FULL instead. Use a VS 2022 toolchain to continue
    building with /DEBUG:FASTLINK
@robinlinden
robinlinden merged commit 9f82318 into master Jul 18, 2026
9 checks passed
@robinlinden
robinlinden deleted the build-fix-vs2026 branch July 18, 2026 12:31
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.

1 participant