We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8214dc1 commit 4f916dbCopy full SHA for 4f916db
scripts/compile/common.sh
@@ -132,7 +132,8 @@ COMMON_CFLAGS=" \
132
-ffunction-sections \
133
-fomit-frame-pointer \
134
-fno-strict-aliasing \
135
--fno-exceptions \
+-fexceptions \
136
+-frtti \
137
-funwind-tables \
138
-DPIC \
139
-fPIC \
scripts/compile/jsc.sh
@@ -14,7 +14,6 @@ CMAKE_CXX_FLAGS=" \
14
$SWITCH_JSC_CFLAGS_COMPAT \
15
$JSC_CFLAGS \
16
$PLATFORM_CFLAGS \
17
--fno-rtti \
18
-I$TARGETDIR/icu/source/i18n \
19
-I$TOOLCHAIN_DIR/sysroot/usr/include \
20
"
0 commit comments