We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b2ce4 commit b98a464Copy full SHA for b98a464
src/functionloading.jl
@@ -8,7 +8,7 @@ function should_enable_opengl_debugging()
8
end
9
10
# decide this early here to debug any workload precompilation *in this package* before __init__ is run
11
-enable_opengl_debugging = Ref{Bool}(should_enable_opengl_debugging())
+const enable_opengl_debugging = Ref{Bool}(should_enable_opengl_debugging())
12
13
function __init__()
14
# the env var may have changed since precompilation
0 commit comments