Skip to content
Snippets Groups Projects
Commit 6012a7aa authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[build] document DUNE_DISPLAY

parent b5bdf082
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,10 @@ ifeq ($(RELEASE),yes) ...@@ -40,7 +40,10 @@ ifeq ($(RELEASE),yes)
DUNE_BUILD_OPTS+=--release DUNE_BUILD_OPTS+=--release
endif endif
DUNE_DISPLAY?=progress # Dune default, see '--display' dune option # DUNE_DISPLAY: chose Dune build verbosity (see '--display' dune option)
# Default: progress (same as dune default)
# Recommend for tests: short
DUNE_DISPLAY?=progress
DUNE_BUILD_OPTS+=--display $(DUNE_DISPLAY) DUNE_BUILD_OPTS+=--display $(DUNE_DISPLAY)
################### ###################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment