diff options
author | Maxwell Bernstein <emacs@fb.com> | 2020-10-25 12:29:21 -0700 |
---|---|---|
committer | Maxwell Bernstein <emacs@fb.com> | 2020-10-25 12:29:21 -0700 |
commit | 5a23167d84367d851948c29006caaac3e19443dd (patch) | |
tree | 6424ae58fbdfef9c94dbac532f5c5e5f52adaa35 | |
parent | a3865d8662ca5eeeac370486c44ecebc3473cb81 (diff) | |
download | mu-5a23167d84367d851948c29006caaac3e19443dd.tar.gz |
Remove CC
-rwxr-xr-x | build | 1 |
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" |