mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 09:21:37 +00:00
Disable RTTI and rework use in idl_gen_ts.cpp (#7474)
This commit is contained in:
@@ -369,6 +369,8 @@ else()
|
||||
$<$<BOOL:${FLATBUFFERS_STRICT_MODE}>:
|
||||
-Werror # Treat all compiler warnings as errors
|
||||
|
||||
-fno-rtti # Disable runtime type information
|
||||
|
||||
$<$<CXX_COMPILER_ID:GNU>:
|
||||
# False positive string overflow
|
||||
# https://github.com/google/flatbuffers/issues/7366
|
||||
|
||||
Reference in New Issue
Block a user