Hi Don / others As of r1758061 and/or 1758092, the 27/28 August 2016 patches that fixed a major performance regression on Windows with precompiled headers [thank you so much for that by the way :-)], building with debugging enabled broke.
In all versions after those commits, build any gbuild module that uses precompiled headers (eg. main/formula) with "DEBUG=t make" from the module directory (or use the --enable-debug configure switch for the whole build), and it will break: the -Fd option that gets passed to the compiler lacks a subsequent path. It appears that the $(PDBFILE) variable goes missing... Can you please help? Thank you Damjan
