Browse Source

Add a helpful comment to the kernel

jonathanvdc 8 years ago
parent
commit
431bce5a9f
1 changed files with 4 additions and 0 deletions
  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:
         #