Suppress undefined symbols temporarily

This commit is contained in:
Andrew Hyatt 2018-01-17 10:52:30 -08:00
parent a65c9c1de9
commit 76ee2ecaaf

View File

@ -1144,7 +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,-all_load
-Wl,-undefined,warning "
)
set_source_files_properties(bytecode/CodeBlock.cpp PROPERTIES