Add CRYPTOPP_DISABLE_ASM to dependency recipe
This stops the inclusion of SSE headers without arch options that break the recipepull/730/head
parent
c0b273dac8
commit
21d69598ab
|
|
@ -864,7 +864,7 @@ endif
|
||||||
|
|
||||||
.PHONY: dep deps depend
|
.PHONY: dep deps depend
|
||||||
dep deps depend GNUmakefile.deps:
|
dep deps depend GNUmakefile.deps:
|
||||||
$(CXX) $(strip $(CXXFLAGS)) -MM *.cpp > GNUmakefile.deps
|
$(CXX) $(strip $(CXXFLAGS) -DCRYPTOPP_DISABLE_ASM) -MM *.cpp > GNUmakefile.deps
|
||||||
|
|
||||||
# CXXFLAGS are tuned earlier.
|
# CXXFLAGS are tuned earlier.
|
||||||
.PHONY: native no-asm asan ubsan
|
.PHONY: native no-asm asan ubsan
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue