Skip to content

Commit

Permalink
Merge pull request #32 from janmtl/master
Browse files Browse the repository at this point in the history
Added __precompile__ flag to help with using on small-memory VMs.
  • Loading branch information
andreasnoack committed Oct 1, 2015
2 parents 44a1b67 + d5d2f97 commit 4b922b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PDMats.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VERSION >= v"0.4.0-dev+6521" && __precompile__(true)

module PDMats

using ArrayViews
Expand Down

0 comments on commit 4b922b2

Please sign in to comment.