Skip to content

Build fix: MSVC guard for Ninja/cl builds#1

Open
ShugokiFable wants to merge 1 commit into
1001Bits:mainfrom
ShugokiFable:modlist-stability
Open

Build fix: MSVC guard for Ninja/cl builds#1
ShugokiFable wants to merge 1 commit into
1001Bits:mainfrom
ShugokiFable:modlist-stability

Conversation

@ShugokiFable

Copy link
Copy Markdown

Changes (base a687721)

Build-only, one line: the MSVC compile options block now guards on MSVC instead of CMAKE_GENERATOR MATCHES "Visual Studio", so Ninja + cl command-line builds also emit /Zi and /DEBUG (PDBs for crash logs).

No source/runtime logic changes -- this mod already has thorough verification.

Compiled against alandtse CommonLibVR ng source build, MSVC.

…ions on MSVC variable instead of CMAKE_GENERATOR\n so Ninja + cl command-line builds also emit /Zi and /DEBUG (PDBs)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the MSVC-specific configuration in Skyrim/CMakeLists.txt by replacing the generator check with a direct MSVC check and removing the /MP4 compiler option. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

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