Hello,
In the build/rules/global script file has the follow line:
STRIPCMD = $(STRIP) $@*
The problems is when I do a "make all" command, and the strip command removes the debug symbols of my debug binary version (Linux), because of '*'. (:frown:)
I think that it isn't a big problem, but a small fix will be of a great help in time of compilation of big projects.
Reguards,
Rafael Souza





