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

IMPROVEMENT: decouple cpp connector files to avoid C1128. #3

Closed
Pilipets opened this issue Jun 15, 2021 · 1 comment
Closed

IMPROVEMENT: decouple cpp connector files to avoid C1128. #3

Pilipets opened this issue Jun 15, 2021 · 1 comment
Labels
agent Various agent related stuff

Comments

@Pilipets
Copy link

Pilipets commented Jun 15, 2021

There is a problem when building the project with MSVC: C1128: number of sections exceeded object file format limit: compile with /bigobj.

I tried compiling with beast connector, and that's the error for beast.cpp.

Setting this option would restrict the number of linkers that can consume the resulting object files - maybe, it worth decoupling the file into several ones?

@Pilipets Pilipets changed the title IMPROVEMENT: decouple beast.cpp file to avoid C1128. IMPROVEMENT: decouple cpp connector files to avoid C1128. Jun 15, 2021
@Pilipets
Copy link
Author

Pilipets commented Jun 15, 2021

Oh, now I see you specified /bigobj it in the latest commit.

@Smertig Smertig added the agent Various agent related stuff label Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent Various agent related stuff
Projects
None yet
Development

No branches or pull requests

2 participants