about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMaxwell Bernstein <emacs@fb.com>2020-10-25 12:29:21 -0700
committerMaxwell Bernstein <emacs@fb.com>2020-10-25 12:29:21 -0700
commit5a23167d84367d851948c29006caaac3e19443dd (patch)
tree6424ae58fbdfef9c94dbac532f5c5e5f52adaa35
parenta3865d8662ca5eeeac370486c44ecebc3473cb81 (diff)
downloadmu-5a23167d84367d851948c29006caaac3e19443dd.tar.gz
Remove CC
-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"