mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
Do not use -MMD option in SDB for TCC
This commit is contained in:
parent
93a721f614
commit
0e4a161aea
@ -74,7 +74,11 @@ LDFLAGS_SHARED=-shared
|
||||
endif
|
||||
|
||||
# create .d files
|
||||
ifeq (,$(findstring tcc,${CC}))
|
||||
CFLAGS+=-MMD
|
||||
else
|
||||
CFLAGS+=-MD
|
||||
endif
|
||||
|
||||
ifeq (${OS},w32)
|
||||
OSTYPE=MINGW32
|
||||
|
Loading…
Reference in New Issue
Block a user