mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-29 19:39:17 +08:00
Allow generation of debug information when using no compression
This commit is contained in:
parent
8b9c6a15f1
commit
8c29c4231b
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ ifneq ($(SKIP_HFPLOT),1)
|
|||
PLATFORM_DEFS += -DWITH_HFPLOT
|
||||
endif
|
||||
ifeq ($(SKIP_COMPRESSION),1)
|
||||
PLATFORM_DEFS += -DWITH_NO_COMPRESSION
|
||||
PLATFORM_DEFS += -DWITH_NO_COMPRESSION -g
|
||||
endif
|
||||
|
||||
# Standalone mode
|
||||
|
|
Loading…
Reference in a new issue