Skip to content

Commit b98a464

Browse files
Update src/functionloading.jl
1 parent 21b2ce4 commit b98a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functionloading.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function should_enable_opengl_debugging()
88
end
99

1010
# 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())
11+
const enable_opengl_debugging = Ref{Bool}(should_enable_opengl_debugging())
1212

1313
function __init__()
1414
# the env var may have changed since precompilation

0 commit comments

Comments
 (0)