diff --git a/Makefile b/Makefile index 97b64f4..7a3fa8f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ INCLUDES := include #--------------------------------------------------------------------------------- CFLAGS := -g -Wall -Werror -save-temps \ -ffunction-sections -fdata-sections \ - -flto -ffat-lto-objects \ $(MACHDEP) \ $(BUILD_CFLAGS)