Skip to content

Commit 6b435a1

Browse files
TotalVerbomus
authored andcommitted
Turn back on precompilation
Precompilation was inherited from Currencies originally, but was lost in the transfer. This restores it.
1 parent 45005ff commit 6b435a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FixedPointDecimals.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2222
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323

24+
__precompile__()
25+
2426
module FixedPointDecimals
2527

2628
export FixedDecimal

0 commit comments

Comments
 (0)