Skip to content

Support editing Global.h to set POLY_Dmax (again)

Michael Orlitzky requested to merge (removed):global-h-deps into main

There were actually two problems preventing Global.h edits from taking effect:

  1. prog.x was always copied from prog-6d.x
  2. nothing was being rebuilt for changes in Global.h

These two commits should take care of both issues. We now build the prog.x separately and omit the -DPOLY_Dmax=... part when doing so.

Edited by Michael Orlitzky

Merge request reports