Allow Yuzu to be built using Clang-CL for better compiler optimizations for Windows
Also updates Boost to 1.88.0
This commit is contained in:
@@ -234,7 +234,7 @@ add_library(shader_recompiler STATIC
|
||||
ir_opt/vendor_workaround_pass.cpp
|
||||
ir_opt/verification_pass.cpp
|
||||
object_pool.h
|
||||
precompiled_headers.h
|
||||
precompiled_headers.hpp
|
||||
profile.h
|
||||
program_header.h
|
||||
runtime_info.h
|
||||
@@ -269,5 +269,5 @@ endif()
|
||||
create_target_directory_groups(shader_recompiler)
|
||||
|
||||
if (YUZU_USE_PRECOMPILED_HEADERS)
|
||||
target_precompile_headers(shader_recompiler PRIVATE precompiled_headers.h)
|
||||
target_precompile_headers(shader_recompiler PRIVATE precompiled_headers.hpp)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user