Files
lief-project-LIEF/api/python/config-default.toml
T
Romain Thomas 9da2466609 Improve the LIEF Python build system by using pyproject.toml
- It also provides typing info (close #650)
- Enhance the test suite
- Remove deprecated PE functions
2023-02-19 20:19:03 +01:00

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"