Enable RTTI for Xcode.

This commit is contained in:
Stephen Anthony 2020-11-19 13:39:32 -03:30
parent 8b4ed1ae08
commit f7cf30a7fb
1 changed files with 2 additions and 2 deletions

View File

@ -3405,7 +3405,7 @@
.,
"$(HOME)/Library/Frameworks",
);
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_CPP_RTTI = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = "";
@ -3480,7 +3480,7 @@
.,
"$(HOME)/Library/Frameworks",
);
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_CPP_RTTI = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_VERSION = "";