Skip to content

Commit a99b1bd

Browse files
author
fuli
committed
update Makefile
1 parent 9469462 commit a99b1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC=gcc
33
CPP=g++
44
AR=ar
55
RANLIB=ranlib
6-
CFLAGS=-g -Wall -Wno-unused-function
6+
CFLAGS= -O2 -Wall -Wno-unused-function
77
SRCDIR = ./src
88
INCLUDEDIR = -I./include -I.
99
DEPS =

0 commit comments

Comments
 (0)