Explorar o código

update makefile

yancey %!s(int64=2) %!d(string=hai) anos
pai
achega
e6e6b76746
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -22,7 +22,7 @@ export STAGING_DIR=/tmp/    #just for supress warning of staging_dir not define
 
 all:git_version
 	rm -f ${NAME}
-	${cc_local}   -o ${NAME}      ${INCLUDE}  ${SOURCES} ${FLAGS} -lrt -ggdb -static -O3
+	${cc_local}   -o ${NAME}      ${INCLUDE}  ${SOURCES} ${FLAGS} -lrt -ggdb -static -O2
 
 debug: git_version
 	rm -f ${NAME}