Closed ariwaranosai closed 4 years ago
-s flag for strip command behave different for linux and mac.
-s
In mac, strip -s hello_word will cause
strip -s hello_word
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: no files specified
-s
flag for strip command behave different for linux and mac.In mac,
strip -s hello_word
will cause