summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-09-11 18:27:30 +0200
committerTycho Bickerstaff <work.tycho@gmail.com>2013-09-11 18:27:30 +0200
commit63ecdaa1f29def58f2d6d389b836570192fe6ab4 (patch)
tree549f8aae148b54aada3060e960a2eb35ed9c4764 /GNUmakefile
parentdisable tautolgical compare warning in clang (diff)
downloadcuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar.gz
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar.bz2
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar.lz
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar.xz
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.tar.zst
cuberite-63ecdaa1f29def58f2d6d389b836570192fe6ab4.zip
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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