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.
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.