diff --git a/Makefile b/Makefile index ac11488..0f0078b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -CFLAGS := -g -Wall -Werror -mword-relocations \ +CFLAGS := -g -Wall -Wno-sizeof-array-div -Werror -mword-relocations \ -ffunction-sections -fdata-sections \ $(ARCH) $(BUILD_CFLAGS)