added cryptopp asemblly desabling to clang autodetect
This commit is contained in:
parent
c7c18aa7e7
commit
63ecdaa1f2
@ -91,6 +91,7 @@ endif
|
||||
ifeq ($(shell $(CXX) --version 2>&1 | grep -i -c "clang version"),0)
|
||||
CC_OPTIONS += -Wno-tautological-compare
|
||||
CXX_OPTIONS += -Wno-tautological-compare
|
||||
disableasm = 1
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user