aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-13 20:10:05 -0500
committerFranklin Wei <git@fwei.tk>2016-01-13 20:11:03 -0500
commitabe9f416501c5354be3ce292b4220000edf021ab (patch)
treeac8b809e18683ea9eefff58c744c6613b8805a0d /Makefile
parentcc9c177672edcc65933b15ba91831bf09bbec023 (diff)
downloadnetcosm-abe9f416501c5354be3ce292b4220000edf021ab.zip
netcosm-abe9f416501c5354be3ce292b4220000edf021ab.tar.gz
netcosm-abe9f416501c5354be3ce292b4220000edf021ab.tar.bz2
netcosm-abe9f416501c5354be3ce292b4220000edf021ab.tar.xz
WIP on master: d274aa8 rewrite everything to use libev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 211a81f..6b5b0b3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PLATFORM = unix
NETCOSM_SRC = $(shell cat SOURCES)
NETCOSM_OBJ := $(NETCOSM_SRC:.c=.o)
-CFLAGS = -O3 -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99
+CFLAGS = -O3 -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99 -fno-strict-aliasing
LDFLAGS = -lgcrypt -lev
HEADERS = src/netcosm.h src/hash.h src/telnet.h src/userdb.h