Compiler Warning (Level 1) C4734

More than 64k line numbers in a COFF debug info section; stop emitting COFF debug line numbers for module 'module'

COFF format does not allow storing more than 64K lines in COFF debug info.

To resolve this warning, do not emit debug info for module, or decrease the amount of code in the file by putting the code into two files.