From 954fffd4845642e2fa3af0ee75e845ef68497766 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 30 Dec 2015 15:10:05 -0500 Subject: docs and stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a523406..b2a693a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PLATFORM = unix NETCOSM_OBJ = src/server.o src/client.o src/auth.o src/telnet.o src/util.o src/room.o worlds/test.o src/hash.o -CFLAGS = -O3 -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99 +CFLAGS = -Og -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99 LDFLAGS = -lgcrypt HEADERS = src/netcosm.h src/hash.h src/telnet.h -- cgit v1.1