mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-17 13:30:35 +08:00
Remove strip logic form configure script, keep a deprecated warning message when --strip-binaries is still used.
This commit is contained in:
parent
13f6e8a866
commit
1d7b233562
2
Makefile
2
Makefile
@ -12,6 +12,8 @@ ifeq ($(findstring $(MAKECMDGOALS),clean distclean),)
|
||||
include $(TOP)/config.mak
|
||||
endif
|
||||
|
||||
CONFIG_strip = no
|
||||
|
||||
ifeq (-$(GCC_MAJOR)-$(findstring $(GCC_MINOR),56789)-,-4--)
|
||||
CFLAGS += -D_FORTIFY_SOURCE=0
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user