rmtfs: Build with optimization

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2016-07-01 17:34:41 -07:00
parent 7a0bd0f561
commit d28f52c246

View File

@@ -1,6 +1,6 @@
OUT := rmtfs
CFLAGS := -Wall -g -I../qrtr/lib
CFLAGS := -Wall -g -I../qrtr/lib -O2
LDFLAGS := -L../qrtr -lqrtr
prefix := /usr/local