Skip to content

Commit

Permalink
Disabling dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiry committed Feb 4, 2025
1 parent 59a13b3 commit 1d9f7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-tracer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bpftool gen skeleton build/page_tracer.bpf.o > page_tracer.skel.h

gcc -g -Wall -I. -Ibuild page_tracer.c -o build/page_tracer -lelf -lbpf

gcc -g -Wall -I. -Ibuild test_alloc.c -o build/test_alloc
gcc -no-pie -g -Wall -I. -Ibuild test_alloc.c -o build/test_alloc

0 comments on commit 1d9f7b4

Please sign in to comment.