summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux/bpf/xmake.lua
AgeCommit message (Collapse)Author
2025-07-03rename copyrightruki
2022-05-22improve more rulesruki
2022-04-17Update xmake.luaruki
2022-04-14update(rules/platform/linux/bpf): enforce -O2 when compiling BPFLeo Di Donato
To avoid compiler optimizations messing up with generated IR and BPF instructions is paramount to enforce the optimization level to 2 disregarding the mode (whether it is set to debug or release etc.) Signed-off-by: Leonardo Di Donato <[email protected]>
2021-03-21fix bpf ruleruki
2021-03-21improve bpf ruleruki
2021-03-19fix bpf ruleruki
2021-03-17improve bpf ruleruki
2021-03-17improve bpf ruleruki
2021-03-11add bpf ruleruki