mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Allow generation of debug information when using no compression
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user