Remove CC

This commit is contained in:
Maxwell Bernstein 2020-10-25 12:29:21 -07:00
parent a3865d8662
commit 5a23167d84
1 changed files with 0 additions and 1 deletions

1
build
View File

@ -20,7 +20,6 @@ UNTIL_LAYER=${2:-zzz}
# risk: a file may unnecessarily update without changes, causing unnecessary work downstream
test "$CXX" || export CXX=c++
test "$CC" || export CC=cc
test "$CXXFLAGS" || export CXXFLAGS="-g -O3 -std=c++98" # CI has an ancient version; don't expect recent dialects
export CXXFLAGS="$CXXFLAGS -Wall -Wextra -fno-strict-aliasing"