-all_load for selected archives
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=D7k+ofF4TjCGzLoYq6n513WZjz8qPpbJmLrDYSAT1t8=; b=xAM/yw40ohwhL/TxpdcnIj6o8XEch4k2r1tCiaR9bNbtdJb1NvOVHlqj4QzzEASkMa AhkWW13GZCcWYpip36KVeXyGtS9KfpyUY6fNs+n5VX/2MZi9PIAcyVe296URtoKYya/V QBViTrGLEdjHazTIroZWCYnxjn580kow31dvQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=ei8mqSUWXH2M5DbL6Un1tYXMWmNxFbiUhL4F2xVnA5cdUKl+cEEKXJsvAm9wfxKa0d gLD/tAyecyt1O74AMS56GIHyFrS12Ck3RNHV4qz2V0mSd22PkD629QxLKAGvloVpo6++ 5HqxSC5s1S7HuH63lopo6/KKKHH2/MgtjH9cg= Is there a way to turn all_load on for selected archives? I need all symbols from just a single library since a dylib compiled with '-undefined dynamic_lookup' will be using these symbols down the road. I tried -all_load -lmylib -noall_load but disabling all_load does not seem to take effect. Thanks, Joel --- Mac hacker with a performance bent http://www.linkedin.com/in/joelreymont _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont