Skip to content

Commit

Permalink
This removes a pair of flags from the Makefile command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Chamberlain committed Oct 12, 2019
1 parent ce37081 commit 9b7a999
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 @@ -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.
Expand Down

0 comments on commit 9b7a999

Please sign in to comment.