diff options
Diffstat (limited to '')
-rw-r--r-- | gcc/user-profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/user-profile b/gcc/user-profile new file mode 100644 index 0000000..0d231e6 --- /dev/null +++ b/gcc/user-profile @@ -0,0 +1,4 @@ +# -*- shell-script -*- + +export CC="gcc -fdiagnostics-color=auto" +export CXX="g++ -fdiagnostics-color=auto" |