mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-21 09:31:59 +00:00
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:
parent
342ddcf71a
commit
f3dfe88477
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user