scx/meson-scripts/cc_cflags_probe.c
Jordan Rome 499924ead8 Add libbpf as a submodule
This is to potentinally reduce issues with folks
using different versions of libbpf at runtime.

This also:
- makes static linking of libbpf the default
- adds steps in `meson setup` to fetch libbpf and make it
2024-03-01 12:39:35 -08:00

6 lines
141 B
C

// This exists only to get the same compiler and flags meson uses.
// See build_libbpf script for more info
int main(void) {
return 0;
}