Skip to content

Commit

Permalink
teach julia-config about PARTR flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Oct 31, 2018
1 parent 3f89d56 commit 1e05c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/julia-config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ function cflags()
if threadingOn()
print(flags, " -DJULIA_ENABLE_THREADING=1")
end
if Base.JULIA_PARTR
print(flags, " -DJULIA_ENABLE_PARTR")
end
if Sys.isunix()
print(flags, " -fPIC")
end
Expand Down

0 comments on commit 1e05c30

Please sign in to comment.