Remove debug prints and add @bpfglobal support

This commit is contained in:
2025-09-08 20:16:31 +05:30
parent 627ee9265a
commit 83937dc11a
2 changed files with 14 additions and 16 deletions

View File

@ -84,8 +84,6 @@ def process_bpf_chunk(func_node, module, return_type):
process_func_body(module, builder, func_node, func, ret_type)
print(func)
print(module)
return func