Skip to content

Commit 800611c

Browse files
authored
[llvmpy] disable leak warnings in nanobind (#71)
1 parent 39ee998 commit 800611c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/eudsl-llvmpy/src/eudslllvm_ext.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
namespace nb = nanobind;
1212

1313
NB_MODULE(eudslllvm_ext, m) {
14+
nb::set_leak_warnings(false);
15+
1416
extern void populate_LLJIT(nb::module_ & m);
1517
populate_LLJIT(m);
1618
extern void populate_BitReader(nb::module_ & m);

0 commit comments

Comments
 (0)