From a5540c9d6d5fe1cf877dd5c3baea843722e3c089 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 19 Oct 2017 10:04:55 -0500 Subject: [PATCH] add O3 back to makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 43f0864..459911c 100755 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/speeder_\1/g'` all:git_version rm -f ${NAME} - ${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -ggdb -static + ${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -ggdb -static -O3 debug: git_version rm -f ${NAME} ${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -Wformat-nonliteral -D MY_DEBUG