Skip to content

Fix x64 Windows builds break. #917

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

Merged
merged 4 commits into from
Sep 17, 2020
Merged

Fix x64 Windows builds break. #917

merged 4 commits into from
Sep 17, 2020

Conversation

dtarditi
Copy link
Member

After merging the work on the Checked C converter, two failures appeared only on automated debug x64 Windows build.

One error was that the compiler was trying to create an object file that had too many sections. This adds the /bigobj flag for some files, which allows a newer object file format to be used. The other error was that an include file was missing in the Checked C converter tool.

With these changes, the automated testing passes again for the debug x64 Windows build.

@dtarditi dtarditi merged commit ea1edad into master Sep 17, 2020
@dtarditi dtarditi deleted the fix-x64-compile-error branch November 24, 2020 20:37
@mattmccutchen-cci mattmccutchen-cci mentioned this pull request Jan 2, 2021
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