From 1d9f7b4b5a2a52e67cc9b69b6c8d830f55b93860 Mon Sep 17 00:00:00 2001 From: Aravind Machiry Date: Tue, 4 Feb 2025 10:02:00 -0500 Subject: [PATCH] Disabling dynamic --- memory-tracer/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-tracer/build.sh b/memory-tracer/build.sh index 6405150..96a98b0 100755 --- a/memory-tracer/build.sh +++ b/memory-tracer/build.sh @@ -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 \ No newline at end of file +gcc -no-pie -g -Wall -I. -Ibuild test_alloc.c -o build/test_alloc