macos: clang -s option is obsolete - at least on macOS.

This commit is contained in:
Christian Jullien 2020-06-24 07:06:48 +02:00
parent 8bad5bfae5
commit f635de709e

View File

@ -199,8 +199,10 @@ CFLAGS += -g
LDFLAGS += -g LDFLAGS += -g
else else
CONFIG_strip = yes CONFIG_strip = yes
ifndef CONFIG_OSX
LDFLAGS += -s LDFLAGS += -s
endif endif
endif
# target specific object rule # target specific object rule
$(X)%.o : %.c $(LIBTCC_INC) $(X)%.o : %.c $(LIBTCC_INC)