mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
38 lines
515 B
TOML
38 lines
515 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
|
|
runtime = false
|
|
|
|
[lief.logging]
|
|
enabled = true
|
|
debug = false
|
|
|
|
#[lief.runtime]
|
|
#platform = 'linux'
|
|
#architecture = 'x86_64'
|
|
|
|
#[lief.cross-compilation]
|
|
#osx-arch = "arm64"
|
|
|
|
#[lief.third-party]
|
|
#spdlog = "/path/to/spdlog-install"
|
|
|
|
|
|
|