diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 28075d36..65ab754f 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -142,6 +142,7 @@ XCFLAGS= | |||
142 | # | 142 | # |
143 | # This define is required to run LuaJIT under Valgrind. The Valgrind | 143 | # This define is required to run LuaJIT under Valgrind. The Valgrind |
144 | # header files must be installed. You should enable debug information, too. | 144 | # header files must be installed. You should enable debug information, too. |
145 | # Use --suppressions=lj.supp to avoid some false positives. | ||
145 | #XCFLAGS+= -DLUAJIT_USE_VALGRIND | 146 | #XCFLAGS+= -DLUAJIT_USE_VALGRIND |
146 | # | 147 | # |
147 | # This is the client for the GDB JIT API. GDB 7.0 or higher is required | 148 | # This is the client for the GDB JIT API. GDB 7.0 or higher is required |