diff --git a/Makefile b/Makefile index 44faac2421..ef80fd32f2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ VERBOSE ?= 0 CHPL := chpl CHPL_DEBUG_FLAGS += --print-passes -CHPL_FLAGS += --ccflags="-Wno-incompatible-pointer-types" --cache-remote --instantiate-max 1024 --fast --legacy-classes +CHPL_FLAGS += --cache-remote --fast --legacy-classes CHPL_FLAGS += -lhdf5 -lhdf5_hl -lzmq # add-path: Append custom paths for non-system software.