summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-31 13:01:53 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-31 13:01:53 +0200
commit9a8c707c6f27f202d110f383b004a8be9948887e (patch)
tree7057e4b407820fb957b94a80fe20bea97f92276e /Makefile
parent67a8d49c83c224e8e0a4e71ebe6fc52e3425f121 (diff)
downloadcachepc-9a8c707c6f27f202d110f383b004a8be9948887e.tar.gz
cachepc-9a8c707c6f27f202d110f383b004a8be9948887e.zip
Stash VU code state
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