tools/gpio: Enable compiler optimization to catch more bugs

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Geert Uytterhoeven 2016-03-25 13:36:29 +01:00 committed by Linus Walleij
parent 75c004df52
commit f6a49e5a3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS += -Wall -g -D_GNU_SOURCE
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
all: lsgpio