Skip to content

Commit d96e96a

Browse files
ararslantkelman
authored andcommitted
Enable precompilation (#5)
* Enable precompilation * Removed version check for precompilation
1 parent dcf45d4 commit d96e96a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LegacyStrings.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file includes code that was formerly a part of Julia. License is MIT: http://julialang.org/license
22

3+
__precompile__(true)
4+
35
module LegacyStrings
46

57
export

0 commit comments

Comments
 (0)