Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather linker flags to prevent /link break linking stage #963

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

jiezzhang
Copy link
Contributor

-DCMAKE_EXE_LINKER_FLAGS="/link /stack:2097152" will break linking stage on Windows because all options following "/link" are passed to linker. And "-o" passed to linker can't be recognized by linker and trigger an error

@jiezzhang jiezzhang requested a review from bader as a code owner October 16, 2024 08:39
@jiezzhang
Copy link
Contributor Author

CI fail because the job reaches timelimit.

@jiezzhang jiezzhang force-pushed the jiezzhang/fix-win-linker-issue branch from 0926350 to 7d11d59 Compare November 12, 2024 07:16
@tomdeakin
Copy link
Contributor

WG approves to merge. Implementation specific fix for link flags.

@tomdeakin tomdeakin merged commit f24ec41 into KhronosGroup:main Nov 14, 2024
8 checks passed
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.

3 participants