build system: show full paths on ADA errors

Add '-gnatef' to the default 'CUSTOM_ADA_OPT' in generic.mk to ensure that, on
compile errors, the full source path is shown.
This commit is contained in:
Martin Stein 2019-01-23 12:17:28 +01:00 committed by Norman Feske
parent 342ddcf71a
commit f3dfe88477
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ endif
#
CUSTOM_ADA_MAKE ?= $(GNATMAKE)
CUSTOM_ADA_FLAGS ?= -q -c --GCC=$(ADA_CC) --RTS=$(ADA_RTS)
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT)
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT) -gnatef
CUSTOM_ADA_INCLUDE ?= -I- $(INCLUDES)
%.o: %.adb