mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +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
|
CC = $(CROSS_COMPILE)gcc
|
||||||
CFLAGS += -Wall -g -D_GNU_SOURCE
|
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
|
||||||
|
|
||||||
all: lsgpio
|
all: lsgpio
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user