diff options
Diffstat (limited to 'src/arch/x86/Makefile')
| -rw-r--r-- | src/arch/x86/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index e5b651732..37e03aafa 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -10,3 +10,6 @@ SRCDIRS += arch/x86/prefix # breaks building some of the linux-related objects CFLAGS += -Ulinux + +# disable valgrind +CFLAGS += -DNVALGRIND |
