mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
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:
parent
75c004df52
commit
f6a49e5a3f
@ -1,5 +1,5 @@
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
CFLAGS += -Wall -g -D_GNU_SOURCE
|
||||
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
|
||||
|
||||
all: lsgpio
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user