Fix build with RTTI turned off using MSVC makefiles
Rebake these makefiles using fixed version of bakefile (pre-0.3.0). See https://github.com/vslavik/bakefile/pull/85 Closes #17767.
This commit is contained in:
@@ -366,7 +366,7 @@ __THREADSFLAG = L
|
||||
__THREADSFLAG = T
|
||||
!endif
|
||||
!if "$(USE_RTTI)" == "0"
|
||||
__RTTIFLAG =
|
||||
__RTTIFLAG = /GR-
|
||||
!endif
|
||||
!if "$(USE_RTTI)" == "1"
|
||||
__RTTIFLAG = /GR
|
||||
|
Reference in New Issue
Block a user