-
-
Notifications
You must be signed in to change notification settings - Fork 86
Is it possible to use a custom strip path? #111
Copy link
Copy link
Closed as not planned
Description
Because the strip in SDKROOT sucks, it will fail to strip when building aarch64-apple-darwin/x86_64-apple-darwin. llvm-strip works well.
warning: stripping debug info with `strip` failed: exit status: 1
|
= note: /Library/Developer/CommandLineTools/usr/bin/strip: fatal error: file not in an order that can be processed (function starts data out of place): /Users/dreamacro/Dev/projects/****/target/x86_64-apple-darwin/release/deps/ctl-274200c28898526f
I tried to use TARGET_STRIP=llvm-strip cargo zigbuild --release --target universal2-apple-darwin but it doesn't work, is this possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels