diff options
Diffstat (limited to 'environment')
-rw-r--r-- | environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment b/environment index e27441f..44c9e67 100644 --- a/environment +++ b/environment @@ -5,7 +5,7 @@ export EDITOR=/usr/bin/vim if hash clang 2>/dev/null; then export CC=clang - export CXX=clang + export CXX=clang++ elif hash gcc 2>/dev/null ; then export CC=gcc export CXX=g++ |