Disable cache
This commit is contained in:
@@ -43,6 +43,10 @@ function(APPLY_STANDARD_SETTINGS TARGET)
|
||||
target_compile_options(${TARGET} PRIVATE /EHsc)
|
||||
target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0")
|
||||
target_compile_definitions(${TARGET} PRIVATE "$<$<CONFIG:Debug>:_DEBUG>")
|
||||
|
||||
# Use static runtime for truly portable builds (no VC++ Redistributable required)
|
||||
set_property(TARGET ${TARGET} PROPERTY
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
endfunction()
|
||||
|
||||
# Flutter library and tool build rules.
|
||||
|
||||
Reference in New Issue
Block a user