diff --git a/makefile b/makefile index 8a400218da..36ffe6d5fc 100644 --- a/makefile +++ b/makefile @@ -326,7 +326,9 @@ ifeq ($(platform),windows) else $(cc) $(^) $(lflags) -o $(@) endif +ifneq ($(platform),darwin) @$(strip) --strip-all $(@) +endif @$(show-size) $(@) $(generator): $(generator-objects)