about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/build b/build
index a72c09d7..073da720 100755
--- a/build
+++ b/build
@@ -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"