Ignore undefined symbols for now

This commit is contained in:
Andrew Hyatt 2018-01-18 09:46:29 -08:00
parent 76ee2ecaaf
commit 583ae54418

View File

@ -1144,8 +1144,8 @@ set_property(TARGET JavaScriptCore APPEND_STRING PROPERTY LINK_FLAGS
-Wl,-unexported_symbol -Wl,__ZNSt3__18functionIFvvEED1Ev \
-Wl,-unexported_symbol -Wl,__ZNSt3__18functionIFvvEED2Ev \
-Wl,-unexported_symbol -Wl,__ZTVNSt3__117bad_function_callE \
-Wl,-all_load
-Wl,-undefined,warning "
-Wl,-all_load \
-Wl,-undefined,warning -Wl,-flat_namespace"
)
set_source_files_properties(bytecode/CodeBlock.cpp PROPERTIES