Remove Asan workaround from VMAC
I was not able to duplicate it under GCC. That includes the GCC's supplied with Debian 8 and Ubuntu 14. It looks like the problem was with Asan insread of the librarypull/709/head
parent
5e3f38cf86
commit
5489cfe3c6
|
|
@ -1235,12 +1235,6 @@ rijndael.o : rijndael.cpp
|
||||||
$(CXX) $(strip $(subst -fsanitize=undefined,,$(CXXFLAGS)) -c) $<
|
$(CXX) $(strip $(subst -fsanitize=undefined,,$(CXXFLAGS)) -c) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Don't build VMAC and friends with Asan. Too many false positives.
|
|
||||||
ifneq ($(findstring -fsanitize=address,$(CXXFLAGS)),)
|
|
||||||
vmac.o : vmac.cpp
|
|
||||||
$(CXX) $(strip $(subst -fsanitize=address,,$(CXXFLAGS)) -c) $<
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Only use CRYPTOPP_DATA_DIR if its not set in CXXFLAGS
|
# Only use CRYPTOPP_DATA_DIR if its not set in CXXFLAGS
|
||||||
ifeq ($(findstring -DCRYPTOPP_DATA_DIR, $(strip $(CXXFLAGS))),)
|
ifeq ($(findstring -DCRYPTOPP_DATA_DIR, $(strip $(CXXFLAGS))),)
|
||||||
ifneq ($(strip $(CRYPTOPP_DATA_DIR)),)
|
ifneq ($(strip $(CRYPTOPP_DATA_DIR)),)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue