aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-22 01:21:07 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-22 01:21:07 +0200
commit8961e2d562cdcd5ed0bfbc3d6e4addf6e8bff5fa (patch)
tree1f97a3485f22b78827bd2339dc96a1be726cac64 /Makefile
parentrun mdsinitrc (diff)
downloadmds-8961e2d562cdcd5ed0bfbc3d6e4addf6e8bff5fa.tar.gz
mds-8961e2d562cdcd5ed0bfbc3d6e4addf6e8bff5fa.tar.bz2
mds-8961e2d562cdcd5ed0bfbc3d6e4addf6e8bff5fa.tar.xz
m + accept incoming connections
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eafecdb..196258c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ STD = gnu99
C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
-ftree-vrp -fstrict-aliasing -fipa-pure-const -fstack-usage \
-fstrict-overflow -funsafe-loop-optimizations -fno-builtin \
- -D_GNU_SOURCE
+ -D_GNU_SOURCE -pthread
# Build rules.