diff options
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 29af764f7..00778a8f5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -86,9 +86,12 @@ endif ################################################### +# Fix Crypto++ warnings in clang + 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 |