We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65b400 commit 642a3fbCopy full SHA for 642a3fb
1 file changed
profiling/build.rs
@@ -575,6 +575,8 @@ fn apple_linker_flags() {
575
// Debug builds: allow all undefined symbols.
576
println!("cargo:rustc-cdylib-link-arg=-undefined");
577
println!("cargo:rustc-cdylib-link-arg=dynamic_lookup");
578
+ println!("cargo:rustc-link-arg=-undefined");
579
+ println!("cargo:rustc-link-arg=dynamic_lookup");
580
return;
581
}
582
@@ -622,6 +624,7 @@ fn apple_linker_flags() {
622
624
"_zend_empty_string",
623
625
"_zend_extensions",
626
"_zend_flf_functions",
627
+ "_zend_flf_handlers",
628
"_zend_gc_get_status",
629
"_zend_generator_check_placeholder_frame",
630
"_zend_get_executed_filename_ex",
0 commit comments