Hi KevinInMadison,
Sure.
You find where the code part / macro be generated. For example, MCU_PRECOMPILE_SUPPORT is in the Mcu_Cfg.h file. Then you find where it be generated. The generate file should be located in module MCU (for example) and in generate_PC (due to the PRECOMPILE macro)

It'll take time to understand, but quite easy, i think.
Parameter "IMPLEMENTATION_CONFIG_VARIANT" needs to be 'VariantPreCompile', which configured in .xdm file of module. As the MCU module, enter the Mcu.xdm inside the "config" folder.

To understand this, please refer to EB development doc

Here is where the param IMPLEMENTATION_CONFIG_VARIANT be configured.

By reading the EB doc, you will understand about this variable, be located in the Mcu module, which in general define.
You will get familiar with it after reading a while.
Check into the EB, you will find the component of this. And try to configure it.
If you're using DS, it may have some small differences but overall it's quite the same.
Please let me know if you have further questions.
Thank you,
Nam.