summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-17 00:21:58 +0000
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-17 00:21:58 +0000
commit37afa876a72344fdfc8091db8d292af2f796c77c (patch)
treeedc082a11a0a74222be693a9747066e63562ad17 /make-linux.mk
parent601c51b351fc097c27aef9be8f5471099fffeb3a (diff)
downloadinfinitytier-37afa876a72344fdfc8091db8d292af2f796c77c.tar.gz
infinitytier-37afa876a72344fdfc8091db8d292af2f796c77c.zip
Linux bug fixes, small controller fix.
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 7cacb4fa..52f7f625 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -107,7 +107,7 @@ else
CFLAGS?=-O3 -fstack-protector-strong
CFLAGS+=-Wall -fPIE -fvisibility=hidden -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector-strong
- CXXFLAGS+=-Wall -Wreorder -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
+ CXXFLAGS+=-Wall -Wno-unused-result -Wreorder -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
LDFLAGS=-pie -Wl,-z,relro,-z,now
STRIP?=strip
STRIP+=--strip-all