Skip to content

Commit d21cb5e

Browse files
leocreusereznikmm
authored andcommitted
Makefile: allow use of external variable for BUILD_MODE
This prevented the github actions build of the als to be done with -XBUILD_MODE=prod passed to gprbuild, even for non debug workflows. TN: VC13-022
1 parent 0e1f8f7 commit d21cb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif
2424
LIBRARY_TYPE?=relocatable
2525

2626
# Build mode (dev or prod)
27-
BUILD_MODE=dev
27+
BUILD_MODE?=dev
2828

2929
# Whether to enable coverage (empty for no, any other value for yes)
3030
COVERAGE=

0 commit comments

Comments
 (0)