Skip to content
Snippets Groups Projects
Unverified Commit 66f29478 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

ci: fix msvc when used with LTO (#11459)

parent eb9e8473
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ if (MSVC)
/wd4100 # 'identifier': unreferenced formal parameter
/wd4324 # 'struct_name': structure was padded due to __declspec(align())
/wd4201 # nonstandard extension used : nameless struct/union
/wd4702 # unreachable code (when used with LTO)
)
if (USE_CCACHE OR YUZU_USE_PRECOMPILED_HEADERS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment