Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364655
| From | Geert Uytterhoeven <geert+renesas@glider.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] tools/gpio: Enable compiler optimization to catch more bugs |
| Date | 2016-03-25 13:40 +0100 |
| Message-ID | <rgzbZ-1Ed-25@gated-at.bofh.it> (permalink) |
| References | <rgzbY-1Ed-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- tools/gpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile index 4d198d5c42032661..c155d6bc47a7580c 100644 --- a/tools/gpio/Makefile +++ b/tools/gpio/Makefile @@ -1,5 +1,5 @@ CC = $(CROSS_COMPILE)gcc -CFLAGS += -Wall -g -D_GNU_SOURCE +CFLAGS += -O2 -Wall -g -D_GNU_SOURCE all: lsgpio -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] tools/gpio: Add missing initialization of device_name Geert Uytterhoeven <geert+renesas@glider.be> - 2016-03-25 13:40 +0100
[PATCH 1/2] tools/gpio: Enable compiler optimization to catch more bugs Geert Uytterhoeven <geert+renesas@glider.be> - 2016-03-25 13:40 +0100
Re: [PATCH 1/2] tools/gpio: Enable compiler optimization to catch more bugs Linus Walleij <linus.walleij@linaro.org> - 2016-03-31 12:00 +0200
csiph-web