Skip to content

Commit f6a49e5

Browse files
geertuLinus Walleij
authored andcommitted
tools/gpio: Enable compiler optimization to catch more bugs
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 75c004d commit f6a49e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gpio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = $(CROSS_COMPILE)gcc
2-
CFLAGS += -Wall -g -D_GNU_SOURCE
2+
CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
33

44
all: lsgpio
55

0 commit comments

Comments
 (0)