summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ce4aba..d701acb 100755
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ load:
sudo insmod $(KERNEL_SOURCE)/arch/x86/kvm/kvm-amd.ko
test/%: test/%.c kmod/cachepc_user.h
- $(CC) -o $@ $< -I kmod
+# $(CC) -o $@ $< -I kmod
+ clang -fsanitize=address -o $@ $< -I kmod
update:
git -C $(KERNEL_SOURCE) diff > patch.diff