From a484b114c364a4cebc8358ebfe73a127d73edfd3 Mon Sep 17 00:00:00 2001 From: pscott Date: Fri, 18 Jun 2021 14:38:57 +0200 Subject: [PATCH] Remove usr/include in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c86010..bfd27bf 100755 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ endif CC := $(CLANGPATH)clang #CFLAGS += -O0 -CFLAGS += -O3 -Os -I/usr/include -Wno-format-invalid-specifier -Wno-format-extra-args -Wno-main +CFLAGS += -O3 -Os -Wno-format-invalid-specifier -Wno-format-extra-args -Wno-main AS := $(GCCPATH)arm-none-eabi-gcc