aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-12-28 13:55:12 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-12-28 13:55:12 -0500
commitd4e5d9fb0ecf45889d1b77c5acb9b549e4eea4f4 (patch)
tree314ee8088eebf3e227ecda64ccba49d95c403772 /Makefile
parenta75acdf938c2929d05c7d0d3c053c5cae52f791d (diff)
downloadnetcosm-d4e5d9fb0ecf45889d1b77c5acb9b549e4eea4f4.zip
netcosm-d4e5d9fb0ecf45889d1b77c5acb9b549e4eea4f4.tar.gz
netcosm-d4e5d9fb0ecf45889d1b77c5acb9b549e4eea4f4.tar.bz2
netcosm-d4e5d9fb0ecf45889d1b77c5acb9b549e4eea4f4.tar.xz
optimize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2a693a..a523406 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 = -Og -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99
+CFLAGS = -O3 -g -I src/ -I target/$(PLATFORM) -Wall -Wextra -Wshadow -std=gnu99
LDFLAGS = -lgcrypt
HEADERS = src/netcosm.h src/hash.h src/telnet.h