Not sure is the answer you looking for, but on linux system you could just write an alias in your .bashrc alias gcc = “gcc -fno-trampoline” > On Feb 15, 2020, at 3:28 PM, William Tambe <tambewilliam@xxxxxxxxx> wrote: > > Is there a way to make GCC assume certain argument flags without > having to use them as argument to the command gcc ? > > ie: I would like for the argument flag -fno-trampolines to always be > assumed when using the command gcc.