Makefile: add -Wall -O2 to CFLAGS
This commit is contained in:
parent
b02ff8863e
commit
692cdc16dd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
CC = gcc
|
||||
LDFLAGS = -lxml2 -lcurl -lpcre
|
||||
CFLAGS = -g -I/usr/include/libxml2
|
||||
CFLAGS = -g -Wall -O2 -I/usr/include/libxml2
|
||||
|
||||
PROGRAMS = dlight dlight-compile dlight-read-config
|
||||
|
||||
|
|
|
|||
Reference in a new issue