mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix tools compilation with clang
This commit is contained in:
parent
52980ac48b
commit
b700b1cd08
3 changed files with 5 additions and 5 deletions
|
@ -21,8 +21,8 @@ ifneq (,$(findstring MINGW,$(platform)))
|
|||
CFLAGS += -D_ISOC99_SOURCE
|
||||
endif
|
||||
|
||||
# macOS doesn't like these compiler params
|
||||
ifneq ($(platform),Darwin)
|
||||
# clang doesn't like these compiler params
|
||||
ifneq ($(DETECTED_COMPILER), clang)
|
||||
MYCFLAGS += --param max-completely-peeled-insns=1000 --param max-completely-peel-times=10000
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue