Skip to content

Commit

Permalink
Add -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1 to JCFLAGS
Browse files Browse the repository at this point in the history
for Darwin+clang. Seems to fix the instability described in JuliaLang#1013,
and all tests except lapack pass now.

Should this be added for gcc, and in general for all platforms?
  • Loading branch information
Viral B. Shah authored and Harlan Harris committed Jul 18, 2012
1 parent 592a186 commit 6ecc231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ifeq ($(OS), Darwin)
# use $(sw_vers -productVersion) instead of 10.5?
CC += -mmacosx-version-min=10.5
CXX += -mmacosx-version-min=10.5
JCFLAGS += -D_LARGEFILE_SOURCE -D_DARWIN_USE_64_BIT_INODE=1
endif
endif

Expand Down

0 comments on commit 6ecc231

Please sign in to comment.