| Previous | 199869 Revisions | Next |
| r34134 Wednesday 31st December, 2014 at 17:24:17 UTC by Oliver Stöneberg |
|---|
| fixed MemorySanitizer linking (nw) |
| [src/lib] | lib.mak |
| r242645 | r242646 | |
|---|---|---|
| 564 | 564 | ifneq (,$(findstring thread,$(SANITIZE))) |
| 565 | 565 | SQLITE3_FLAGS += -fPIC |
| 566 | 566 | endif |
| 567 | ifneq (,$(findstring memory,$(SANITIZE))) | |
| 568 | SQLITE3_FLAGS += -fPIC | |
| 567 | 569 | endif |
| 570 | endif | |
| 568 | 571 | |
| 569 | 572 | ifeq ($(TARGETOS),linux) |
| 570 | 573 | LIBS += -ldl |
| https://github.com/mamedev/mame/commit/42838dabefe34b0d3efd83f39d09972486b927c9 |
| Previous | 199869 Revisions | Next |