From c9c5bfc193c64202b22f672380a4587b80a68738 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 29 Oct 2024 07:54:33 +0100 Subject: [PATCH] Build: some more gcc options --- Makefile.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 09e8bf6..dd13d7d 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,5 +1,5 @@ -#HERE:=$(dir $(lastword $(MAKEFILE_LIST))) --include build.conf +HERE:=$(dir $(lastword $(MAKEFILE_LIST))) +-include $(HERE)/build.conf TARGET_LIB = libdizzy.a FLASH_TARGET ?= main_testtone @@ -10,7 +10,11 @@ DAISYSP_DIR ?= ../../heck_DaisySP CXX_STANDARD ?= -std=c++17 CXXFLAGS += -Wall -Wno-unused -Wno-reorder-ctor -Wno-switch -CXXFLAGS += -fdiagnostics-color=always +CXXFLAGS += \ + -fdiagnostics-color=always \ + -fmessage-length=170 \ + -fdiagnostics-path-format=inline-events \ + -fdiagnostics-show-template-tree \ #APP_TYPE ?= BOOT_NONE #LDFLAGS += -u_printf_float \ No newline at end of file