This is probably something you have already considered but just to play devil’s advocate, could your needs be met by putting a script called “clang” in your users’ $PATH that simply does the following?
#!/usr/bin/env bash
/path/to/real/clang -march=broadwell "$@"