Skip to content

Commit

Permalink
Turn verbose on by default. Much easier to follow what is happening!
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencroton committed May 10, 2024
1 parent d2e7a83 commit 09c579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USE-HDF5 := yes # set this if you want to read in hdf5 trees (requires hdf5 libr
USE-BUFFERED-WRITE := yes # Set this to create binary output in chunks (typically has better performance)

MAKE-SHARED-LIB := yes # Define this to any value if you want to create a shared library (otherwise a static library is created)
#MAKE-VERBOSE := yes # define this for info messages, otherwise all info messages are disabled (*error* messages are *always* printed)
MAKE-VERBOSE := yes # define this for info messages, otherwise all info messages are disabled (*error* messages are *always* printed)

ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
# In case any of the previous ones do not work and
Expand Down

0 comments on commit 09c579c

Please sign in to comment.