mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
remove checks for ancient clang
This commit is contained in:
parent
2b400968db
commit
2e1f792647
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ unset LD_LIBRARY_PATH
|
|||
|
||||
export PREFIX="$HOME/opt/local"
|
||||
export EDITOR='vim'
|
||||
export CC="$(has clang || has clang-3.8 || has gcc)"
|
||||
export CXX="$(has clang++ || has clang++-3.8 || has g++)"
|
||||
export CC="$(has clang || has gcc)"
|
||||
export CXX="$(has clang++ || has g++)"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export MAKEFLAGS="-j2"
|
||||
export OMP_NUM_THREADS=4
|
||||
|
|
Loading…
Add table
Reference in a new issue