aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-03-28 14:11:22 -0400
committerFranklin Wei <git@fwei.tk>2016-03-28 14:11:22 -0400
commit2687778cf7c099e47de410d62d26d874f4dcebba (patch)
tree359759f153ffd0dc6b8c0bfc60460d10c9cd806a /Makefile
parent13052597a19fd2212efb7f51f19ed73b9f4b6ba4 (diff)
downloadnetcosm-2687778cf7c099e47de410d62d26d874f4dcebba.zip
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.gz
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.bz2
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.xz
kludge things to compile on old linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 692a0ce..f905e72 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ INCLUDES = -I src/ -I export/include/
WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing
-OPTFLAGS = -Og
+OPTFLAGS = -O2
DEBUGFLAGS = -g
CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES)