eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
699 stars 70 forks source link

[BUG] We should include debuginfo even in the release builds otherwise it's hard to debug #174

Closed agentzh closed 5 months ago

agentzh commented 6 months ago

I suggest we change the Release cmake build type occurrences in the Makefile to WithDebugInfo instead. It's better to have DWARF debug info even for the release builds. Otherwise, it's really hard to debug things.