On Tue, Oct 7, 2014 at 4:03 PM, Tahia Khan <[email protected]> wrote:
> Does anyone know if there's some way to exclude these non-object files in a
> staticlib/rlib? Or if there's some other way to avoid this build issue with
> the XCode linker?

Does Xcode's linker command line contain -force_load or -all_load?  If
I'm reading the ld64 source code correctly, it'll only try to load all
the files as objects when those flags are set.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to