Skip to content

Add compiler flag for Visual Studio builds.

James Willenbring requested to merge mplooster:win_debug_bigobj into develop

Created by: mplooster

@trilinos/framework

Added the /bigobj flag for Visual Studio builds. Without this flag, it is impossible to get a debug build. See issue #1159.

Merge request reports