aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-01-26 19:22:53 -0500
committerFranklin Wei <frankhwei536@gmail.com>2016-01-26 19:27:13 -0500
commit3749a7f457f8360381eb373a639140e4e93a152a (patch)
tree7fd7dffd98d0bfd3bdf20e24b184ec5440ca3909 /Makefile
parent955c292d0d12f7f438d7b279689e9f08458dbd40 (diff)
downloadnetcosm-0.4.0-rc1.zip
netcosm-0.4.0-rc1.tar.gz
netcosm-0.4.0-rc1.tar.bz2
netcosm-0.4.0-rc1.tar.xz
fix a memory leak, bumps version to 0.4.0-rc10.4.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6dbca5..f8d92db 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ INCLUDES = -I src/ -I export/include/
WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing
-OPTFLAGS = -Og
+OPTFLAGS = -O3
DEBUGFLAGS = -g
CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES)