File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,11 @@ add_compile_definitions(
118
118
$< $< COMPILE_LANGUAGE:C,CXX> :-DSWIFT_RUNTIME_ENABLE_LEAK_CHECKER=$< BOOL:${SwiftCore_ENABLE_RUNTIME_LEAK_CHECKER} > >
119
119
$< $< COMPILE_LANGUAGE:C,CXX> :-DSWIFT_RUNTIME_CLOBBER_FREED_OBJECTS=$< BOOL:${SwiftCore_ENABLE_CLOBBER_FREED_OBJECTS} > > )
120
120
121
- add_compile_options ($< $< AND:$< COMPILE_LANGUAGE:Swift> ,$< BOOL:${SwiftCore_ENABLE_LIBRARY_EVOLUTION} > > :-enable-library-evolution> )
121
+ add_compile_options (
122
+ $< $< COMPILE_LANGUAGE:CXX> :-fno-rtti>
123
+ $< $< COMPILE_LANGUAGE:CXX> :-fno-exceptions>
124
+ $< $< COMPILE_LANGUAGE:CXX> :-funwind-tables>
125
+ $< $< AND:$< COMPILE_LANGUAGE:Swift> ,$< BOOL:${SwiftCore_ENABLE_LIBRARY_EVOLUTION} > > :-enable-library-evolution> )
122
126
123
127
include_directories (include )
124
128
You can’t perform that action at this time.
0 commit comments