diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-28 13:55:12 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-28 13:55:12 -0500 |
| commit | f0c4753ddb8fa32f7aa0e246f4205f608972c358 (patch) | |
| tree | 314ee8088eebf3e227ecda64ccba49d95c403772 /Makefile | |
| parent | 4ecc22f1fc1e902e4a6d98fdea51fda1a29d1904 (diff) | |
| download | netcosm-f0c4753ddb8fa32f7aa0e246f4205f608972c358.zip netcosm-f0c4753ddb8fa32f7aa0e246f4205f608972c358.tar.gz netcosm-f0c4753ddb8fa32f7aa0e246f4205f608972c358.tar.bz2 netcosm-f0c4753ddb8fa32f7aa0e246f4205f608972c358.tar.xz | |
optimize
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |