diff --git a/Makefile b/Makefile index d5d7c256..c980a4eb 100644 --- a/Makefile +++ b/Makefile @@ -199,8 +199,10 @@ CFLAGS += -g LDFLAGS += -g else CONFIG_strip = yes +ifndef CONFIG_OSX LDFLAGS += -s endif +endif # target specific object rule $(X)%.o : %.c $(LIBTCC_INC)