Skip to content

Commit

Permalink
Merge pull request #136 from bradcray/simplify-compile-line
Browse files Browse the repository at this point in the history
Remove a pair of flags from the Makefile's `chpl` command-line
  • Loading branch information
mhmerrill authored Oct 18, 2019
2 parents b7f69aa + 9b7a999 commit c2a1bd2
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 c2a1bd2

Please sign in to comment.