fixed MemorySanitizer linking (nw)

This commit is contained in:
Oliver Stöneberg 2014-12-31 18:24:17 +01:00
parent d3f9c65946
commit 42838dabef

View File

@ -564,6 +564,9 @@ ifdef SANITIZE
ifneq (,$(findstring thread,$(SANITIZE)))
SQLITE3_FLAGS += -fPIC
endif
ifneq (,$(findstring memory,$(SANITIZE)))
SQLITE3_FLAGS += -fPIC
endif
endif
ifeq ($(TARGETOS),linux)