From f2a04d689ad656c0ef915261025cb0ce534c4c48 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 22 Jan 2016 19:14:06 -0500 Subject: static analysis is *AWESOME*! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1