Advertisement
teknoraver

ebpfcc

Feb 11th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. clang -Wno-unused-value -Wno-pointer-sign -Wno-compare-distinct-pointer-types -Wno-gnu-variable-sized-type-not-at-end -Wno-tautological-compare -Wall -O3 -target bpf -c "$1" -o "$2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement