mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
update doc
This commit is contained in:
parent
1aeb37e1b1
commit
e3710bbddd
1 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,7 @@ At the moment both are maintained because they don't perfectly overlap yet.
|
||||||
|-----|---|---|---|
|
|-----|---|---|---|
|
||||||
| verbose | `V=1` | `VERBOSE=1` | |
|
| verbose | `V=1` | `VERBOSE=1` | |
|
||||||
| debug build | `DEBUG=1` | `-DCMAKE_BUILD_TYPE=Debug` | client only |
|
| debug build | `DEBUG=1` | `-DCMAKE_BUILD_TYPE=Debug` | client only |
|
||||||
|
| ARM debug build | `DEBUG_ARM=1` | **no** | for use with JLink and VSCode |
|
||||||
| warnings management | yes (1) | **no** | (1) cf Makefile.defs |
|
| warnings management | yes (1) | **no** | (1) cf Makefile.defs |
|
||||||
| extra GCC warnings | GCCEXTRA=1 | **no** | |
|
| extra GCC warnings | GCCEXTRA=1 | **no** | |
|
||||||
| extra Clang warnings | CLANGEXTRA=1 | **no** | only on host |
|
| extra Clang warnings | CLANGEXTRA=1 | **no** | only on host |
|
||||||
|
@ -83,7 +84,13 @@ At the moment both are maintained because they don't perfectly overlap yet.
|
||||||
|
|
||||||
`makefile` only at the moment
|
`makefile` only at the moment
|
||||||
|
|
||||||
`PLATFORM`, `PLATFORM_EXTRAS`, `DESTDIR`, `PREFIX`, `FWTAG`
|
Supposedly via `Makefile.platform`:
|
||||||
|
|
||||||
|
`PLATFORM`, `PLATFORM_SIZE`, `PLATFORM_EXTRAS`, `SKIP_*`, `STANDALONE`
|
||||||
|
|
||||||
|
Other:
|
||||||
|
|
||||||
|
`DESTDIR`, `PREFIX`, `FWTAG`
|
||||||
|
|
||||||
## Global
|
## Global
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue