From 63ecdaa1f29def58f2d6d389b836570192fe6ab4 Mon Sep 17 00:00:00 2001 From: Tycho Bickerstaff Date: Wed, 11 Sep 2013 17:27:30 +0100 Subject: added cryptopp asemblly desabling to clang autodetect --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a9216376a..00778a8f5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 -- cgit v1.2.3