Explorar o código

Add a helpful comment to the kernel

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
431bce5a9f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      kernel/modelverse_kernel/main.py

+ 4 - 0
kernel/modelverse_kernel/main.py

@@ -61,6 +61,10 @@ class ModelverseKernel(object):
         #
         #     self.jit.use_input_function()
         #
+        # To disable source maps in the JIT, uncomment the line below:
+        #
+        #     self.jit.enable_source_maps(False)
+        #
         # To enable tracing in the JIT (for debugging purposes), uncomment
         # the line below:
         #