Commit f6a49e5a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Walleij

tools/gpio: Enable compiler optimization to catch more bugs

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 75c004df
CC = $(CROSS_COMPILE)gcc
CFLAGS += -Wall -g -D_GNU_SOURCE
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
all: lsgpio
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment