1
0

added cryptopp asemblly desabling to clang autodetect

This commit is contained in:
Tycho Bickerstaff
2013-09-11 17:27:30 +01:00
parent c7c18aa7e7
commit 63ecdaa1f2

View File

@@ -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