summaryrefslogtreecommitdiff
path: root/schulung_tools/mtrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/mtrace/Makefile')
-rw-r--r--schulung_tools/mtrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/schulung_tools/mtrace/Makefile b/schulung_tools/mtrace/Makefile
index 224a9fa..5c7b015 100644
--- a/schulung_tools/mtrace/Makefile
+++ b/schulung_tools/mtrace/Makefile
@@ -1,5 +1,5 @@
leak: leak.c
- gcc -g -O0 -o$@ $<
+ gcc -pie -fPIC -g -O0 -o$@ $<
clean:
rm -f leak