diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-25 08:36:29 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-31 05:50:21 -0400 |
commit | f6a49e5a3f5562855f9e4b9b81916b06ef673771 (patch) | |
tree | 0aa792c070df58911ec1972cee9ae2433b319743 /tools/gpio/Makefile | |
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>
Diffstat (limited to 'tools/gpio/Makefile')
-rw-r--r-- | tools/gpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpio/Makefile b/tools/gpio/Makefile index 4d198d5c4203..c155d6bc47a7 100644 --- a/tools/gpio/Makefile +++ b/tools/gpio/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | CC = $(CROSS_COMPILE)gcc | 1 | CC = $(CROSS_COMPILE)gcc |
2 | CFLAGS += -Wall -g -D_GNU_SOURCE | 2 | CFLAGS += -O2 -Wall -g -D_GNU_SOURCE |
3 | 3 | ||
4 | all: lsgpio | 4 | all: lsgpio |
5 | 5 | ||