libbpf-bootstrap
libbpf-bootstrap copied to clipboard
static build in example CMakelist
Hi, anakryiko, can we support static build in example CMakelist, i think others will also meet this glibc version problem
set(CMAKE_EXE_LINKER_FLAGS "-static")
it seems add static flag can fix it, so is it meaningful?
If someone implements and tests this, then sure, I don't see why not. Ideally we also have CI test for this mode.
If someone implements and tests this, then sure, I don't see why not. Ideally we also have CI test for this mode.
ok, i will do it.