Skip to content

Commit

Permalink
tools/gpio: Enable compiler optimization to catch more bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Geert Uytterhoeven authored and Linus Walleij committed Mar 31, 2016
1 parent 75c004d commit f6a49e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gpio/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS += -Wall -g -D_GNU_SOURCE
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE

all: lsgpio

Expand Down

0 comments on commit f6a49e5

Please sign in to comment.