|
|
@ -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
|