mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-02 08:20:06 +08:00
macos: clang -s option is obsolete - at least on macOS.
This commit is contained in:
parent
8bad5bfae5
commit
f635de709e
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 New Issue
Block a user