Skip to content

Commit

Permalink
Only populate Julia-specific LDFLAGS with ASAN options.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 16, 2017
1 parent 7397f2c commit 1db6e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ SANITIZE_LDFLAGS := -fsanitize=address
endif
JCXXFLAGS += $(SANITIZE_OPTS)
JCFLAGS += $(SANITIZE_OPTS)
LDFLAGS += $(SANITIZE_LDFLAGS)
JLDFLAGS += $(SANITIZE_LDFLAGS)
endif

TAR := $(shell which gtar 2>/dev/null || which tar 2>/dev/null)
Expand Down

0 comments on commit 1db6e10

Please sign in to comment.