From e099059afdcb2872c20fff12d6cd8e48853002d8 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 26 Apr 2012 23:47:00 +0200 Subject: Add more comparison variants to Valgrind suppressions file. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 28075d36..65ab754f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -142,6 +142,7 @@ XCFLAGS= # # This define is required to run LuaJIT under Valgrind. The Valgrind # header files must be installed. You should enable debug information, too. +# Use --suppressions=lj.supp to avoid some false positives. #XCFLAGS+= -DLUAJIT_USE_VALGRIND # # This is the client for the GDB JIT API. GDB 7.0 or higher is required -- cgit v1.2.3-55-g6feb