commit | f6a49e5a3f5562855f9e4b9b81916b06ef673771 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Mar 25 13:36:29 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Mar 31 11:50:21 2016 +0200 |
tree | 0aa792c070df58911ec1972cee9ae2433b319743 | |
parent | 75c004df525e3bda38dfac1f0e8eff7fe515a0ab [diff] |
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>
diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile index 4d198d5..c155d6b 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