mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Rename DEBUG enum variants
This commit is contained in:
committed by
Romain Thomas
parent
b2b56a7107
commit
ef824c71bc
@@ -41,7 +41,7 @@ void create<Function>(nb::module_& m) {
|
||||
.value(PY_ENUM(Function::FLAGS::EXPORTED))
|
||||
.value(PY_ENUM(Function::FLAGS::CONSTRUCTOR))
|
||||
.value(PY_ENUM(Function::FLAGS::DESTRUCTOR))
|
||||
.value(PY_ENUM(Function::FLAGS::DEBUG));
|
||||
.value(PY_ENUM(Function::FLAGS::DEBUG_INFO));
|
||||
|
||||
pyfunction
|
||||
.def(nb::init())
|
||||
|
||||
Reference in New Issue
Block a user