diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 052d8b7..d10f54b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,6 @@ set -e : ${CXX:=g++} : ${BUILDDIR:=build} -CXX=$(which $CXX) echo "Bootstrapping..." $CXX -std=c++20 -Wall -O3 -Isrc -pthread src/bootstrap.cc ctor.cc -o ctor |