aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-22 19:14:06 -0500
committerFranklin Wei <git@fwei.tk>2016-01-22 19:14:06 -0500
commitf2a04d689ad656c0ef915261025cb0ce534c4c48 (patch)
tree7bbca8c06d2443c1ed7b4a6241e696b9362a7de9 /Makefile
parentb33d9c81c116d43b38ceb8b247bd77f9736574b9 (diff)
downloadnetcosm-f2a04d689ad656c0ef915261025cb0ce534c4c48.zip
netcosm-f2a04d689ad656c0ef915261025cb0ce534c4c48.tar.gz
netcosm-f2a04d689ad656c0ef915261025cb0ce534c4c48.tar.bz2
netcosm-f2a04d689ad656c0ef915261025cb0ce534c4c48.tar.xz
static analysis is *AWESOME*!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 944b786..6b0b420 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PLATFORM = unix
NETCOSM_SRC = $(shell cat SOURCES)
NETCOSM_OBJ := $(NETCOSM_SRC:.c=.o)
-CFLAGS = -Og -g -I src/ -I export/include -Wall -Wextra -Wshadow \
+CFLAGS = -O3 -g -I src/ -I export/include -Wall -Wextra -Wshadow \
-std=c99 -fno-strict-aliasing
LDFLAGS = -lev -lssl -lcrypto