Hi, I've a project (.app) where I use makefiles when building from cmd line, and I get a make target called "install/strip", however there's no stripping done. However, doing this manually by invoking strip on MyApp.app/Contents/MacOS/MyApp works just fine. Is strip by chance invoked on MyApp.app/ folder ? Regards /R