projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6041f78
)
Added msan origins tracking
author
Clifford Wolf
<clifford@clifford.at>
Tue, 5 Apr 2016 11:25:05 +0000
(13:25 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 5 Apr 2016 11:25:05 +0000
(13:25 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7f4e5c9b1a893cae06a47748c3517b4523e92a61..c7f56be3cc40ee4965dcdc3d779823132244c038 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-112,8
+112,8
@@
ifeq ($(SANITIZER),address)
ENABLE_COVER := 0
endif
ifeq ($(SANITIZER),memory)
-CXXFLAGS += -fPIE
-LDFLAGS += -fPIE
+CXXFLAGS += -fPIE
-fsanitize-memory-track-origins
+LDFLAGS += -fPIE
-fsanitize-memory-track-origins
endif
ifeq ($(SANITIZER),cfi)
CXXFLAGS += -flto