mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ccache support
This commit is contained in:
parent
f61f8e7f92
commit
904c971a7a
3 changed files with 7 additions and 2 deletions
|
@ -6,3 +6,8 @@ PLATFORM=PM3RDV4
|
|||
# If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
|
||||
#PLATFORM_EXTRAS=BTADDON
|
||||
#STANDALONE=LF_SAMYRUN
|
||||
|
||||
# To accelerate repetitive compilations:
|
||||
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
|
||||
# And uncomment the following line
|
||||
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue