Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo17pet authored Aug 5, 2021
1 parent 2d70f24 commit 2c623ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ QL_CM_DHCP=udhcpc_netlink.c
QL_CM_DHCP+=${LIBMNL}
endif

CFLAGS+=-Wall -Werror -O1
CFLAGS+=-Wall -O1

release: clean qmi-proxy mbim-proxy
$(CC) ${CFLAGS} -s ${QL_CM_SRC} ${QL_CM_DHCP} -o quectel-CM -lpthread -ldl -lrt
Expand Down

0 comments on commit 2c623ff

Please sign in to comment.