Added the shader compiler to the fastbuild pipeline.

This commit is contained in:
2026-01-09 14:07:36 -05:00
parent 71a78863b7
commit bd45cacc6c
16 changed files with 398 additions and 233 deletions

View File

@@ -145,6 +145,11 @@ Compiler( 'Compiler-VS2022-ARM64' )
+ ' /GR-' // No RTTI
+ ' /EHs-c-' // No exceptions
+ ' -D_CRT_SECURE_NO_WARNINGS'
+ ' /utf-8'
+ ' /D "_UNICODE" /D "UNICODE"'
// Warnings
+ ' /Wall' // Enable all warnings (we'll disable those that are not useful)
+ ' /WX' // Warnings as errors