Added the shader compiler to the fastbuild pipeline.
This commit is contained in:
Vendored
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user