Is it possible to build several executables of the same project that only differ slightly in some parameters?
I have several servers my code will be deployed to but no dynamic way to identify them beforehand, that makes me think I need pre-packed configurations for each server that have the same logic but different hyperparameters. These only serve to identify the output later on and remain unchanged, so I want to resort to just shipping executables without config files for simplification.