macos: clang -s option is obsolete - at least on macOS.
This commit is contained in:
parent
8bad5bfae5
commit
f635de709e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue