diff options
| author | 2013-06-25 12:18:05 +0000 | |
|---|---|---|
| committer | 2013-06-25 12:18:05 +0000 | |
| commit | 6faeb5b078550102bd5c5c673f95b2d40ad8ecda (patch) | |
| tree | 1b25778b557857323bbbc3e9815bc67eb61b313f /makefile | |
| parent | 8c066a99e7a7ba3b50e49baf3fb79dca378d168e (diff) | |
cleaner way of disabling memory initialization with MemorySanitizer (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -440,12 +440,6 @@ ifneq ($(BUILD_JPEGLIB),1) DEFS += -DUSE_SYSTEM_JPEGLIB endif -# disable initialization of memory in malloc overload -ifdef SANITIZE -ifneq (,$(findstring memory,$(SANITIZE))) -DEFS += -DNO_MEMORY_INITIALIZATION -endif -endif #------------------------------------------------- |
