Let's add a build switch at top of HDCommon.h (where SIMULATE_UI is for example) to allow us to include or exclude this reprime feature from build (e.g. #define DIALYZER_REPRIME_ENABLED 1). Then, wherever you have dialyzer reprime code, surround with #ifdef DIALYZER_REPRIME_ENABLED and #endif.