rohan-sawhney / zombie

Grid-Free Monte Carlo PDE solvers
MIT License
157 stars 10 forks source link

MSVC build failed #3

Open Hearwindsaying opened 1 month ago

Hearwindsaying commented 1 month ago

Small issues and could be fixed trivially:

rohan-sawhney commented 1 month ago

@Hearwindsaying thanks for reporting this! Will role in the fix soon.

What is /bigobj? We don't currently have any folder or compiler flag with that name in the codebase.

Hearwindsaying commented 1 month ago

I mean you need to add /bigobj to make it work for MSVC. https://learn.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file?view=msvc-170.