[LabVIEW] Disable "Separate compiled code from source file" when making distribution packages

Issue #56 resolved
Sze Howe Koh repo owner created an issue

When it's enabled, closing an LVProj that references lots of classes will cause LabVIEW to hang while CPU usage for 1 core maxes out. I'm guessing that circular references between LVClasses causes it to check the same files for changes again and again.

The problem disappears when separation is disabled.

Comments (1)

  1. Log in to comment