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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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