mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
9da2466609
- It also provides typing info (close #650) - Enhance the test suite - Remove deprecated PE functions
33 lines
437 B
TOML
33 lines
437 B
TOML
[lief.build]
|
|
type = "Release"
|
|
cache = true
|
|
ninja = true
|
|
parallel-jobs = 0
|
|
|
|
[lief.formats]
|
|
elf = true
|
|
pe = true
|
|
macho = true
|
|
android = true
|
|
art = true
|
|
vdex = true
|
|
oat = true
|
|
dex = true
|
|
|
|
[lief.features]
|
|
json = true
|
|
frozen = true
|
|
|
|
[lief.logging]
|
|
enabled = true
|
|
debug = false
|
|
|
|
#[lief.cross-compilation]
|
|
#osx-arch = "arm64"
|
|
|
|
#[lief.third-party]
|
|
#spdlog = "/path/to/spdlog-install"
|
|
|
|
|
|
|