mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Added option for running with uncompressed .data section. Thanks @doegox
This commit is contained in:
parent
505a81312a
commit
11567dc2e3
4 changed files with 34 additions and 4 deletions
|
@ -137,6 +137,9 @@ endif
|
|||
ifneq ($(SKIP_HFPLOT),1)
|
||||
PLATFORM_DEFS += -DWITH_HFPLOT
|
||||
endif
|
||||
ifeq ($(SKIP_COMPRESSION),1)
|
||||
PLATFORM_DEFS += -DWITH_NO_COMPRESSION
|
||||
endif
|
||||
|
||||
# Standalone mode
|
||||
ifneq ($(strip $(filter $(PLATFORM_DEFS),$(STANDALONE_REQ_DEFS))),$(strip $(STANDALONE_REQ_DEFS)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue