We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307e7db commit f58f9f2Copy full SHA for f58f9f2
1 file changed
src/HDF5.jl
@@ -1,5 +1,9 @@
1
module HDF5
2
3
+if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
4
+ @eval Base.Experimental.@optlevel 1
5
+end
6
+
7
using Base: unsafe_convert, StringVector
8
using Requires: @require
9
0 commit comments